![]() |
Sensorian
1.0
C API Reference Guide Library
|
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) |
Example on how to use the sensor API for printing live temperature data on the console.
Definition in file main.c.