mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-10 14:11:14 +00:00
17 lines
205 B
C++
17 lines
205 B
C++
/*
|
|
* AngleRadioRover.cpp
|
|
*
|
|
* Created: 4/23/2014 2:39:18 AM
|
|
* Author: corwin
|
|
*/
|
|
|
|
|
|
#include <avr/io.h>
|
|
|
|
int main(void)
|
|
{
|
|
while(1)
|
|
{
|
|
//TODO:: Please write your application code
|
|
}
|
|
} |