blackbox/lowlevel.h@6edcf4666e3b
blackbox/lowlevel.h
Fri, 02 Dec 2011 20:41:36 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Fri, 02 Dec 2011 20:41:36 +0100
- changeset 23
- 6edcf4666e3b
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
added slotUI path
#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