LTlib LaurTec Library
4.0.0 Beta
Open Source C Library for Microchip Microcontrollers based on XC8 Compiler
|
#include <xc.h>
#include "LTlib.h"
#include "module_IO.h"
#include "module_IO.c"
#include "module_SPI.h"
#include "module_SPI.c"
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
Definition at line 17 of file main.c.
References IO_ALL_PORT_OUTPUT, IO_PORTD, IO_set_all_ports_as_inputs(), IO_set_port_direction(), IO_write_port(), SPI1_mode(), SPI1_open(), SPI1_read_byte(), SPI_MODE_1, and SPI_SLAVE_DEVICE.