blackbox/lowlevel.h@cc2274b92647
blackbox/lowlevel.h
Mon, 28 Nov 2011 11:24:00 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Mon, 28 Nov 2011 11:24:00 +0100
- changeset 18
- cc2274b92647
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
merge
#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