initial WIP

lots of code copied over, things filled in to hopefully get the LED matrix lighting up. untested.
This commit is contained in:
true
2026-05-08 11:54:12 -07:00
commit d95af918fa
77 changed files with 24395 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* ledprog.h
*/
#ifndef __APP_LED_LEDPROG_H
#define __APP_LED_LEDPROG_H
void lp_ribbon_init();
void lp_ribbon_upward(uint16_t wait, uint16_t rate, uint8_t fade);
#endif /* __APP_LED_LEDPROG_H */