blackbox/lowlevel.h@042c490fdfaa
blackbox/lowlevel.h
Fri, 09 Dec 2011 18:20:21 +0100
- author
- Tobias Paepke <tobias.paepke@paepke.net>
- date
- Fri, 09 Dec 2011 18:20:21 +0100
- changeset 58
- 042c490fdfaa
- parent 37
-
136a79772098
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
better code quality
#ifndef LOWLEVEL_H
#define LOWLEVEL_H
#include "main.h"
void LED(uint8_t num, uint8_t state);
void LEDS_OFF(void);
void init_hardware(void);
void check_rails_shortcut(void);
#endif