hsc26-artemis2/firmware/app/led/ledprog.h
true d95af918fa initial WIP
lots of code copied over, things filled in to hopefully get the LED matrix lighting up. untested.
2026-05-08 11:54:12 -07:00

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 */