Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
stijn
2021-02-11 23:03:23 +01:00
13 changed files with 652 additions and 38 deletions

View File

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

View File

@@ -0,0 +1,6 @@
/*
* ldc.h
*
* Created: 10-2-2021 14:06:38
* Author: User
*/