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

Demonstrates how to take an ambient light reading from the sensor. More...

#include <stdio.h>
#include <unistd.h>
#include "APDS9300.h"
#include "Utilities.h"
#include "i2c.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Demonstrates how to take an ambient light reading from the sensor.

Author
D.Qendri
Date
28 May 2015

Definition in file main.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file main.c.