summaryrefslogtreecommitdiff
path: root/driver/als_tcs3400.c
Commit message (Expand)AuthorAgeFilesLines
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-10/+8
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-0/+1
* driver/tcs3400: improve efficiency of auto-adjustNick Vaccaro2019-08-201-16/+60
* driver/tcs3400: add auto-compensation for saturationNick Vaccaro2019-08-201-122/+353
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-4/+5
* driver/tcs3400: make error message in sensor read less spammy.Ting Shen2019-07-181-2/+3
* driver: add an option to emulate irq event in TCS3400Ting Shen2019-06-251-6/+30
* driver/tcs3400: disable ADC & oscillator between readsNick Vaccaro2019-06-141-14/+9
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-3/+4
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-3/+3
* tcs3400: rename tcs3400_drv_data_t to als_drv_data_tNick Vaccaro2019-05-091-19/+19
* driver: add tcs3400 RGB channel sensor driverNick Vaccaro2019-05-071-2/+162
* driver: add tcs3400 ALS sensor chip driverNick Vaccaro2019-05-061-0/+312