blackbox/lowlevel.h@c3460121ad8b
blackbox/lowlevel.h
Sat, 10 Dec 2011 10:51:24 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sat, 10 Dec 2011 10:51:24 +0100
- changeset 68
- c3460121ad8b
- parent 37
-
136a79772098
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
fix: pitlane response missing
#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