blackbox/lowlevel.h@c36bf33489f9
blackbox/lowlevel.h
Tue, 06 Dec 2011 16:45:52 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Tue, 06 Dec 2011 16:45:52 +0100
- changeset 40
- c36bf33489f9
- parent 37
-
136a79772098
- child 69
-
27c0c0095e26
- permissions
- -rw-r--r--
added 16bit response to track switch
#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