Rename solution and add stk500v2 bootloader project

This commit is contained in:
2020-04-10 08:56:54 +02:00
parent 4348759652
commit cf60d846b6
4 changed files with 239 additions and 0 deletions

6
stk500v2/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "clock.hpp"
int main()
{
return 0;
}