blackbox/lowlevel.h@c0a75af22546
blackbox/lowlevel.h
Wed, 19 Dec 2012 20:17:35 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Wed, 19 Dec 2012 20:17:35 +0100
- changeset 132
- c0a75af22546
- parent 89
-
4b5b4c7ba03d
- permissions
- -rw-r--r--
Added tag V1.8 for changeset fb998693e82c
#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