project init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* MIC-Week1.c
|
||||
*
|
||||
* Created: 2-2-2016 11:48:44
|
||||
* Author : kenny
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
/* Replace with your application code */
|
||||
while (1)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user