drivers/sensors: introduce common sensor APIs
authorWonsang Ryou <wonsang.yoo@samsung.com>
Mon, 19 Jun 2017 05:55:37 +0000 (14:55 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 11:12:28 +0000 (20:12 +0900)
commit4f82505007a6680b98ea18274b52578eb23a3c0b
tree6b65780b5fc80732e8f2fe4b06ca18689d0e73db
parent59121e4a9c67083a6d46ca05001bb4157f73a7a2
drivers/sensors: introduce common sensor APIs

This commit introduces common APIs' definition for sensor drivers.

The driver developers makes sensor drivers according to these common
sensor APIs' definition and the application developers can control
sensor devices using this APIs.

Change-Id: I7e52be1f9b3f5c141113b3d07d501f1021caec79
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
os/include/tinyara/sensors/sensor.h [new file with mode: 0644]