blackbox/lowlevel.h@9293f3efcc06
blackbox/lowlevel.h
Fri, 09 Dec 2011 12:21:22 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Fri, 09 Dec 2011 12:21:22 +0100
- changeset 55
- 9293f3efcc06
- parent 37
-
136a79772098
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
added live display to CLI (lap counter, last and best time)
#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