Repo unification

This commit is contained in:
2024-03-12 21:22:26 +02:00
parent 7aa7edba33
commit 02cb3a9c70
152 changed files with 14575 additions and 2038 deletions

View File

@@ -0,0 +1,19 @@
#ifndef LED_DISPLAY_H_
#define LED_DISPLAY_H_
/*
*/
/**** Includes ****/
#include <stdint.h>
/**** Public definitions ****/
/**** Public function declarations ****/
void led_dsp_set_image(uint8_t image);
void led_dsp_backligth_set(uint8_t percent);
#ifdef TESTING
#endif
#endif /* LED_DISPLAY_H_ */