LTlib LaurTec Library  4.0.0 Beta
Open Source C Library for Microchip Microcontrollers based on XC8 Compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
main.c
Go to the documentation of this file.
1 
2 #include <xc.h>
3 
4 #include "LTlib.h"
5 
6 #include "module_IO.h"
7 #include "module_IO.c"
8 
9 #include "module_SPI.h"
10 #include "module_SPI.c"
11 
12 
13 //*************************************
14 // SPI Slave
15 //*************************************
16 
17 int main(void) {
18 
20 
22 
25 
26  while (1) {
28  }
29 }
30 
31 
32