ws2801/main.cpp

19 lines
189 B
C++
Raw Normal View History

2017-01-05 12:32:34 +01:00
/*
* 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)
{
}
}