|
|
|
@ -27,6 +27,7 @@ void ioHelperSetBit(volatile uint8_t *list, uint8_t nr, uint8_t state);
|
|
|
|
unsigned char ioHelperReadBit(volatile uint8_t *list, uint8_t nr);
|
|
|
|
unsigned char ioHelperReadBit(volatile uint8_t *list, uint8_t nr);
|
|
|
|
void ioHelperDebounce(void);
|
|
|
|
void ioHelperDebounce(void);
|
|
|
|
void ioHelperEdgeDetector(void);
|
|
|
|
void ioHelperEdgeDetector(void);
|
|
|
|
|
|
|
|
void ioHelperBlinkOuts(void);
|
|
|
|
|
|
|
|
|
|
|
|
uint8_t read_Input(uint8_t nr, uint8_t type);
|
|
|
|
uint8_t read_Input(uint8_t nr, uint8_t type);
|
|
|
|
void set_Output(uint8_t nr, uint8_t state);
|
|
|
|
void set_Output(uint8_t nr, uint8_t state);
|
|
|
|
|