LTlib LaurTec Library
4.0.3
Open Source C Library for Microchip Microcontrollers based on XC8 Compiler
|
#include <xc.h>
#include <LTlib.h>
#include <LTlib_delay.h>
#include <LTlib_delay.c>
#include <module_IO.h>
#include <module_IO.c>
#include <module_ADC.h>
#include <module_ADC.c>
#include <LCD_44780.h>
#include <LCD_44780.c>
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
Definition at line 20 of file main.c.
References ADC_CH1, ADC_read_channel(), IO_set_all_ports_as_inputs(), LCD_home(), LCD_initialize(), LCD_write_integer(), LCD_write_message(), and LCD_ZERO_CLEANING_ON.