zephyr/drivers/sensor/hp206c
Benjamin Walsh a1622472c3 drivers: hp206 driver does not need 2000 ticks/s frequency
From code inspection, the driver always took timeouts in milliseconds.
The only sub-ms wait uses k_busy_wait(), which has microseconds
granularity, but its granularity does not depend on the system clock
tick rate.

Change-Id: If48363fd1fbeeb8e5ff0f0f2ca86e671d63bc571
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-12-21 19:50:06 +00:00
..
hp206c.c drivers: fix timeout in hp206 2016-12-21 19:50:06 +00:00
hp206c.h drivers: hp206 driver does not need 2000 ticks/s frequency 2016-12-21 19:50:06 +00:00
Kconfig sensors: hp206c: move hp206c to own directory under drivers/sensor/ 2016-10-17 18:37:55 +00:00
Makefile sensors: hp206c: move hp206c to own directory under drivers/sensor/ 2016-10-17 18:37:55 +00:00