You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/11 14:11:49 UTC

[GitHub] microbuilder opened a new pull request #1259: [WIP] TSL2591 driver w/sim stubs

microbuilder opened a new pull request #1259: [WIP] TSL2591 driver w/sim stubs
URL: https://github.com/apache/mynewt-core/pull/1259
 
 
   This adds a driver for the [TSL2591](https://cdn-shop.adafruit.com/datasheets/TSL25911_Datasheet_EN_v1.pdf) light sensor from Taos, which should be used on new designs in place of the older (**EOL**) TSL2561.
   
   The driver includes support for the sensor API, shell support, statistics and logging, as well as basic simulation stubs for the new native I2C simulation support added in #1251, and has been tested using the [Adafruit TSL2591 breakout](https://www.adafruit.com/product/1980).
   
   - The **HW driver** includes support for basic reads, writes and device configuration, but doesn't yet include interrupt threshold support.
   - The **sim driver** is currently a work in progress, and includes the basic plumbing needed to test the new native hal_i2c code, but needs further additions to process the I2C packets, and simulate the various registers available on the device.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services