blackbox/lowlevel.h@6b26d7e3ecd0
blackbox/lowlevel.h
Thu, 08 Dec 2011 17:46:21 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Thu, 08 Dec 2011 17:46:21 +0100
- changeset 52
- 6b26d7e3ecd0
- parent 37
-
136a79772098
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
simplified do_controller function
#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