2:6c59b4293fa9 | 3:1a0ef40ef458 |
---|---|
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 init_hardware(void); | |
6 void check_rails_shortcut(void); | 7 void check_rails_shortcut(void); |
7 | 8 |
8 #endif | 9 #endif |
9 | 10 |