initial WIP
lots of code copied over, things filled in to hopefully get the LED matrix lighting up. untested.
This commit is contained in:
15
firmware/app/led/ledprog.h
Normal file
15
firmware/app/led/ledprog.h
Normal 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 */
|
||||
Reference in New Issue
Block a user