blackbox/lowlevel.h@c8e7a69a318a
blackbox/lowlevel.h
Thu, 15 Dec 2011 22:36:00 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Thu, 15 Dec 2011 22:36:00 +0100
- changeset 83
- c8e7a69a318a
- parent 69
-
27c0c0095e26
- child 89
-
4b5b4c7ba03d
- permissions
- -rw-r--r--
added pitlane speedlimit
#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);
uint8_t check_rails_shortcut(void);
#endif