blackbox/lowlevel.h@e0738355b517
blackbox/lowlevel.h
Sat, 17 Dec 2011 14:11:16 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sat, 17 Dec 2011 14:11:16 +0100
- changeset 91
- e0738355b517
- parent 89
-
4b5b4c7ba03d
- permissions
- -rw-r--r--
bugfix: ghostcar assignment to slots 5 and 6
#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 panic_mode(void);
uint8_t check_rails_shortcut(void);
#endif