Compare commits
1 Commits
7a288faddb
...
newsource
| Author | SHA1 | Date | |
|---|---|---|---|
| 69ea6ccb57 |
@@ -20,6 +20,13 @@ extern volatile uint8_t outStates[nrOfOutputs/8];
|
|||||||
extern volatile uint8_t inStates[nrOfInputs/8];
|
extern volatile uint8_t inStates[nrOfInputs/8];
|
||||||
extern volatile uint8_t ioHelperDebounceTable[nrOfInputs];
|
extern volatile uint8_t ioHelperDebounceTable[nrOfInputs];
|
||||||
|
|
||||||
|
extern volatile uint8_t outStatesBlinking[nrOfOutputs/8];
|
||||||
|
|
||||||
|
extern volatile uint8_t inStatesBothEdges[nrOfInputs/8];
|
||||||
|
extern volatile uint8_t inStatesRisingEdge[nrOfInputs/8];
|
||||||
|
extern volatile uint8_t inStatesFallingEdge[nrOfInputs/8];
|
||||||
|
|
||||||
|
|
||||||
void ioHelperSetOuts(void);
|
void ioHelperSetOuts(void);
|
||||||
void ioHelperReadPins(void);
|
void ioHelperReadPins(void);
|
||||||
void ioHelperIoConf(void);
|
void ioHelperIoConf(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user