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.
Macros | |
#define | TEMPERATURE_CH ADC_CH2 |
#define | LIGHT_CH ADC_CH0 |
Functions | |
int | main (void) |
int main | ( | void | ) |
Definition at line 26 of file main.c.
References ADC_is_converting(), ADC_open(), ADC_read_value(), ADC_select_channel(), ADC_start_conversion(), IO_set_all_ports_as_inputs(), LCD_goto_line(), LCD_home(), LCD_initialize(), LCD_write_char(), LCD_write_integer(), LCD_write_message(), LCD_ZERO_CLEANING_ON, LIGHT_CH, and TEMPERATURE_CH.