blackbox/lowlevel.h@136a79772098
blackbox/lowlevel.h
Sat, 03 Dec 2011 16:42:53 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sat, 03 Dec 2011 16:42:53 +0100
- changeset 37
- 136a79772098
- parent 3
-
1a0ef40ef458
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
implemented race prepare phase, countdown and jumpstart detection
#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