Go to the source code of this file.
Functions | |
| void | temperature (void) |
| temperature(): This function is called to read temperature from ADC and write to display | |
| void | nexttemp (void) |
This is the file for temperature
.
It shows the used functions
It is used to receive the temperature from ADC and send it to the display
| void nexttemp | ( | void | ) |
| 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