#include "sysconfig.h"
#include "lcd.h"
#include "spi.h"
#include "adc.h"
#include "usart.h"
#include "print_temp.h"
#include "timer.h"
#include "bluetooth.h"
Functions | |
| int | main (void) |
It shows how to use the programmed timeout/ADC function
in an example - this adc_conv function could be used for C167
| int main | ( | void | ) |
References bt_device_config(), graphic_view(), init(), init_lcd(), init_usart(), knight_rider(), my_delay(), my_timeout(), SPI_MasterInit(), temperature(), and usart_read().
1.5.8