LTlib LaurTec Library
4.0.3
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_I2C.h"
#include "module_I2C.c"
#include "LTlib_delay.h"
#include "LTlib_delay.c"
#include "I2C_EEPROM.h"
#include "I2C_EEPROM.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 delay_ms(), I2C_EEPROM_initialize(), I2C_EEPROM_read_byte(), I2C_EEPROM_write_byte(), IO_ALL_PORT_OUTPUT, IO_PORTD, IO_set_all_ports_as_inputs(), IO_set_port_direction(), IO_write_port(), and write_data().