blackbox/lowlevel.h@2405aff29a51
blackbox/lowlevel.h
Tue, 15 Nov 2011 12:51:04 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Tue, 15 Nov 2011 12:51:04 +0100
- changeset 6
- 2405aff29a51
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
added response receiver timer
#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