![]() |
Contiki-NG
|
Files | |
| file | temp-arch.c |
| Temperatue implementation for the nRF. | |
| file | temp-arch.h |
| Temperatue header file for the nRF. | |
Functions | |
| static int | value (int type) |
| Returns device temperature. | |
| static int | configure (int type, int c) |
| Configures temperature sensor. | |
| static int | status (int type) |
| Return temperature sensor status. | |
|
static |
Configures temperature sensor.
| type | ignored |
| c | ignored |
Definition at line 141 of file temp-arch.c.
References configure(), and value().
Referenced by configure().
|
static |
Return temperature sensor status.
| type | ignored |
Definition at line 155 of file temp-arch.c.
References value().
|
static |
Returns device temperature.
| type | ignored |
Definition at line 127 of file temp-arch.c.
References value().
Referenced by configure(), status(), and value().