Sample program on how to use the OPT3001 sensor on the RAKWirelss iTracker module

mbed-OPT3001/README.md

Committer:
knaresh89
Date:
2018-02-12
Revision:
0:33cb2fa095df

File content as of revision 0:33cb2fa095df:

# mbed-OPT3001

mbed library for TI's OPT3001 light sensor.

I2C frequency currently set at default of 200KHz. Feel free to modify as requried. Use i2c.frequency() function from mbed libs.

I2C pins defined in *.cpp for STM32F7-DISCOVERY & NUCLEO_F429ZI boards. Please change as required for target platform.

I2C address for sensor defined in *.h file. Please refer to the comments & change as required for target platform.