#include <stdio.h>#include "sceptre.h"#include "thermometer.h"Go to the source code of this file.
Functions | |
| bool_t | thermometer_init (void) |
| float | thermometer_read (void) |
| int | thermometer_write (uint8_t *p_data, uint32_t data_size) |
High-level thermometer driver implementation.
Definition in file thermometer.c.
| bool_t thermometer_init | ( | void | ) |
Initialize thermometer driver.
Definition at line 37 of file thermometer.c.
| float thermometer_read | ( | void | ) |
Read the thermometer.
Definition at line 50 of file thermometer.c.
| int thermometer_write | ( | uint8_t * | p_data, | |
| uint32_t | data_size | |||
| ) |
Write the thermometer.
| p_data | Pointer to data to write. | |
| data_size | Number of data bytes to write. |
Definition at line 68 of file thermometer.c.
1.6.2