Legacy branch migration
This commit is contained in:
13
firmware/devices/led_display.h
Normal file
13
firmware/devices/led_display.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LED_DISPLAY_H_
|
||||
#define LED_DISPLAY_H_
|
||||
|
||||
/**** Includes ****/
|
||||
#include <stdint.h>
|
||||
|
||||
/**** Public definitions ****/
|
||||
|
||||
/**** Public function declarations ****/
|
||||
void LED_DSP_ShowImage(uint8_t image);
|
||||
void LED_DSP_SetBrightness(uint8_t percent);
|
||||
|
||||
#endif /* LED_DISPLAY_H_ */
|
||||
Reference in New Issue
Block a user