Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1900 → Rev 1901

/Transportables_Koptertool/branch/StateMachine.cpp
0,0 → 1,17
/*
* StateMachine.cpp
*
* Created: 06.03.2013 11:14:16
* Author: Peter
*/
 
 
#include <avr/io.h>
 
int main(void)
{
while(1)
{
//TODO:: Please write your application code
}
}