blackbox/lowlevel.h

Sat, 03 Dec 2011 14:25:06 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Sat, 03 Dec 2011 14:25:06 +0100
changeset 36
aea84f4f5a12
parent 3
1a0ef40ef458
child 37
136a79772098
permissions
-rw-r--r--

feature: program a specific controller speed limit without changing the car's acceleration

#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

mercurial