#include "sysconfig.h"#include <stdio.h>#include "lcd.h"#include "spi.h"#include "adc.h"#include "usart.h"#include "timer.h"#include "print_temp.h"Functions | |
| void | temperature (void) |
| temperature(): This function is called to read temperature from ADC and write to display | |
| void temperature | ( | void | ) |
temperature(): This function is called to read temperature from ADC and write to display
This function is called from the main program every second
to read data from ADC (temperature) and to refresh the display
| @return |
References bzero, get_temperature(), lcd_send_string(), rs232_info, and rs232_::temperature.
Referenced by main().
1.5.8