repo.or.cz
/
trut64.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update TODO list
[trut64.git]
/
avr
/
trutcontrol.h
blob
9067702bd641d19bb7653f0f65a6c6297945dd41
1
/*
2
* Copyright (C) 2007 Anton Blad
3
* Copyright (C) 2007 Fredrik Kuivinen
4
* Copyright (C) 2007 Jakob Rosén
5
*
6
* This file is licensed under GPL v2.
7
*/
8
9
#ifndef TRUTCONTROL_H
10
#define TRUTCONTROL_H
11
12
void
controller
();
13
14
#endif