This commit is contained in:
stijn
2021-02-10 09:50:15 +01:00
parent 44e47a9f8b
commit 3845912a2e
29 changed files with 0 additions and 275 deletions

View File

@@ -0,0 +1,16 @@
/*
* main.c
*
* Created: 2/10/2021 9:26:01 AM
* Author: User
*/
#include <xc.h>
int main(void)
{
while(1)
{
//TODO:: Please write your application code
}
}