36:aea84f4f5a12 | 37:136a79772098 |
---|---|
1 #ifndef LOWLEVEL_H | 1 #ifndef LOWLEVEL_H |
2 #define LOWLEVEL_H | 2 #define LOWLEVEL_H |
3 #include "main.h" | 3 #include "main.h" |
4 | 4 |
5 void LED(uint8_t num, uint8_t state); | 5 void LED(uint8_t num, uint8_t state); |
6 void LEDS_OFF(void); | |
6 void init_hardware(void); | 7 void init_hardware(void); |
7 void check_rails_shortcut(void); | 8 void check_rails_shortcut(void); |
8 | 9 |
9 #endif | 10 #endif |
10 | 11 |