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

Example on how to use the sensor API for printing live temperature data on the console. More...

#include <bcm2835.h>
#include <stdio.h>
#include "MPL3115A2.h"
#include "i2c.h"
#include "Utilities.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Example on how to use the sensor API for printing live temperature data on the console.

Author
D.Qendri
Date
30 Arpil 2015

Definition in file main.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 35 of file main.c.