b0b20112e8
Before this change, the sw reset did not work after power-on, because I2C commands are only accepted after 20msec (t_START after power-on). Now the 20msec delay is moved before performing the reset to ensure that the SW reset command can be executed. An additional 2msec delay is added after the reset (see datasheet t_START after reset). Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
ccs811.c | ||
ccs811.h | ||
ccs811_trigger.c |