Microchip® Advanced Software Framework

ntc_sensor.c File Reference

NTC application.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "stdio.h"
#include "adc_sensors.h"
#include "sysfont.h"
#include "keyboard.h"
#include "ntc_sensor.h"

Macros

#define X_POS   10
 The X position of the temperature image on screen. More...
 

Functions

void ntc_sensor_application (void)
 The NTC Temperature application. More...
 
 PROGMEM_DECLARE (char const, header[])
 Flash text for the heading. More...
 

Variables

uint8_t tempscale_data []
 The thermometer image. More...
 

#define X_POS   10

The X position of the temperature image on screen.

Referenced by ntc_sensor_application().

PROGMEM_DECLARE ( char  const,
header  [] 
)

Flash text for the heading.

uint8_t tempscale_data[]
Initial value:
= {
0x01, 0xf9, 0xfd, 0xfd, 0xf9, 0x01,
0x41, 0xff, 0xff, 0xff, 0xff, 0x41,
0x10, 0xff, 0xff, 0xff, 0xff, 0x10,
0x9e, 0xbf, 0xbf, 0xbf, 0xbf, 0x9e
}

The thermometer image.

Referenced by ntc_sensor_application().