blackbox/lowlevel.h@10c78c097d18
blackbox/lowlevel.h
Thu, 01 Dec 2011 15:31:19 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Thu, 01 Dec 2011 15:31:19 +0100
- changeset 30
- 10c78c097d18
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
shark: bugfix + added a complete trace of the old blackbox
#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