alarm added

This commit is contained in:
Wolfgang Hottgenroth
2016-09-08 23:03:10 +02:00
parent f22b300c01
commit 20dd4d587b
3 changed files with 18 additions and 1 deletions

View File

@ -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);