alarm added
This commit is contained in:
@ -50,12 +50,13 @@ typedef enum {
|
||||
DIGIT_0,
|
||||
DIGIT_1,
|
||||
BUTTON_1,
|
||||
TESTPIN1,
|
||||
LED_1,
|
||||
PINS_END
|
||||
} tPin;
|
||||
|
||||
void gpioInitPins();
|
||||
void gpioSetPin(tPin p, tPinState v);
|
||||
void gpioTogglePin(tPin p);
|
||||
tPinState gpioGetPin(tPin p);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user