blackbox/lowlevel.h@9e6feafc19e1
blackbox/lowlevel.h
Thu, 24 Nov 2011 16:04:30 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Thu, 24 Nov 2011 16:04:30 +0100
- changeset 17
- 9e6feafc19e1
- parent 3
-
1a0ef40ef458
- child 37
-
136a79772098
- permissions
- -rw-r--r--
added timer0 based car id detection - works only on 50/50 input signal
#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