begin 2.5

This commit is contained in:
Guilliam Lutz
2021-02-10 17:46:27 +01:00
parent 093ffec420
commit b99a4646ec
6 changed files with 181 additions and 15 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
}
}