7 lines
99 B
C
7 lines
99 B
C
#ifndef _BUTTON_H
|
|
#define _BUTTON_H
|
|
|
|
void IRAM_ATTR ButtonIRQ(void);
|
|
void readButton(void);
|
|
|
|
#endif |