|
Contiki 3.x
|
Driver for the CC13xx/CC26xx AON battery monitor. More...
#include "contiki-conf.h"#include "lib/sensors.h"#include "batmon-sensor.h"#include "ti-lib.h"#include <stdint.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| static int | value (int type) |
| Returns a reading from the sensor. More... | |
| static int | configure (int type, int enable) |
| Configuration function for the battery monitor sensor. More... | |
| static int | status (int type) |
| Returns the status of the sensor. More... | |
Driver for the CC13xx/CC26xx AON battery monitor.
Definition in file batmon-sensor.c.
1.8.6