Sensorian
1.0
C API Reference Guide Library
|
Backup battery functionality demo shows the time of power up and powerdown. This program enables the battery backup mode and prints the power down and power up time in case of a power failure. More...
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include "MCP79410.h"
#include "Utilities.h"
#include "i2c.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Backup battery functionality demo shows the time of power up and powerdown. This program enables the battery backup mode and prints the power down and power up time in case of a power failure.
Definition in file main.c.