blackbox/lowlevel.h@b2d91fd5d926
blackbox/lowlevel.h
Sun, 02 Dec 2012 13:24:42 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sun, 02 Dec 2012 13:24:42 +0100
- changeset 113
- b2d91fd5d926
- parent 89
-
4b5b4c7ba03d
- permissions
- -rw-r--r--
#721: fix typo
#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