lots of code copied over, things filled in to hopefully get the LED matrix lighting up. untested.
16 lines
206 B
C
16 lines
206 B
C
/*
|
|
* 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 */
|