blackbox/lowlevel.h@84f6f0592555
blackbox/lowlevel.h
Fri, 02 Dec 2011 22:52:10 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Fri, 02 Dec 2011 22:52:10 +0100
- changeset 24
- 84f6f0592555
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
basic example gtk ui to be coded later
#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