Sensorian  1.0
C API Reference Guide Library
main.c File Reference

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)
 

Detailed Description

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.

Author
D.Qendri
Date
30 Dec 2014

Definition in file main.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 37 of file main.c.