add missing files

This commit is contained in:
2025-09-14 20:23:51 +02:00
parent 584d2b8951
commit baee1b2e94
2 changed files with 59 additions and 0 deletions

6
Inc/address_selector.h Normal file
View File

@@ -0,0 +1,6 @@
#include <stdint.h>
void adress_selector_init_gpio();
uint8_t read_address();
extern uint8_t dmx_address;