OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSL2561
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
tsl2561.cxx
5
* LIGHT-TO-DIGITAL CONVERTER [TAOS-
TSL2561
]
29
#include "
tsl2561
.h"
34
upm::
TSL2561
*sensor = NULL;
43
sensor = new upm::
TSL2561
();
/hardware/bsp/intel/peripheral/libupm/examples/java/
TSL2561Sample.java
38
// Instantiate a
TSL2561
Digital Light Sensor on I2C
39
upm_tsl2561.
TSL2561
sensor = new upm_tsl2561.
TSL2561
();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
tsl2561.js
30
// Instantiate a digital light sensor
TSL2561
on I2C
31
var myDigitalLightSensor = new digitalLightSensor.
TSL2561
();
/hardware/bsp/intel/peripheral/libupm/examples/python/
tsl2561.py
27
# Instantiate a digital light sensor
TSL2561
on I2C
28
myDigitalLightSensor = upmTsl2561.
TSL2561
()
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
tsl2561.h
5
* LIGHT-TO-DIGITAL CONVERTER [TAOS-
TSL2561
]
7
* URL: http://www.adafruit.com/datasheets/
TSL2561
.pdf
52
//
TSL2561
registers
95
* @brief
TSL2561
Digital Light Sensor library
96
* @defgroup
tsl2561
libupm-
tsl2561
100
* @library
tsl2561
101
* @sensor
tsl2561
102
* @comname
TSL2561
Light Sensor
110
* @brief API for the
TSL2561
Digital Light Senso
[
all
...]
tsl2561.cxx
5
* LIGHT-TO-DIGITAL CONVERTER [TAOS-
TSL2561
]
7
* URL: http://www.adafruit.com/datasheets/
TSL2561
.pdf
33
#include "
tsl2561
.h"
38
TSL2561
::
TSL2561
(int bus, uint8_t devAddr, uint8_t gain, uint8_t integrationTime)
46
m_name = "
TSL2561
- Digital Light Sensor";
59
": Unable to power up
TSL2561
");
82
TSL2561
::~
TSL2561
()
89
TSL2561
::getLux(
[
all
...]
Completed in 791 milliseconds