blackbox/lowlevel.h@ff76255904c4
blackbox/lowlevel.h
Mon, 05 Dec 2011 17:14:32 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Mon, 05 Dec 2011 17:14:32 +0100
- changeset 38
- ff76255904c4
- parent 37
-
136a79772098
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
implemented response reader to carrerashark
#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