Distancer/Distancer.cpp

11 lines
94 B
C++

#include <avr/io.h>
#include "DeviceLib/ShiftRegister.h"
int main()
{
while (true)
{
}
}