first commit

This commit is contained in:
Adrien Van
2017-01-05 12:32:34 +01:00
commit 96f25a5597
5 changed files with 341 additions and 0 deletions

18
main.cpp Normal file
View File

@@ -0,0 +1,18 @@
/*
* ws2801.cpp
*
* Created: 26-12-16 21:56:18
* Author : Adrien
*/
#include <avr/io.h>
int main(void)
{
/* Replace with your application code */
while (1)
{
}
}