blackbox/lowlevel.h@f4e250d5402b
blackbox/lowlevel.h
Wed, 16 Nov 2011 12:29:09 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Wed, 16 Nov 2011 12:29:09 +0100
- changeset 7
- f4e250d5402b
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
fixes, bound lap counter reset to race start button
#ifndef LOWLEVEL_H
#define LOWLEVEL_H
#include "main.h"
void LED(uint8_t num, uint8_t state);
void init_hardware(void);
void check_rails_shortcut(void);
#endif