blackbox/lowlevel.h@7d4c0c816465
blackbox/lowlevel.h
Wed, 23 Nov 2011 14:22:28 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Wed, 23 Nov 2011 14:22:28 +0100
- changeset 15
- 7d4c0c816465
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
done working car id measurement via short-blocking function call (slot1-4 for now)
#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