You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parafraktor-stm32/Inc/address_selector.h

7 lines
108 B
C

#include <stdint.h>
void adress_selector_init_gpio();
uint8_t read_address();
extern uint8_t dmx_address;