blackbox/lowlevel.h@6ea0dff10e78
blackbox/lowlevel.h
Sat, 15 Dec 2012 16:55:03 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sat, 15 Dec 2012 16:55:03 +0100
- changeset 121
- 6ea0dff10e78
- parent 89
-
4b5b4c7ba03d
- permissions
- -rw-r--r--
fix sort order
#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 panic_mode(void);
uint8_t check_rails_shortcut(void);
#endif