blackbox/lowlevel.h@0250ceddee1b
blackbox/lowlevel.h
Sun, 27 Nov 2011 20:11:42 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sun, 27 Nov 2011 20:11:42 +0100
- changeset 16
- 0250ceddee1b
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
done compass heading calculation to trackscanner
#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