Add API for the adc device 13/184513/7 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.013255 accepted/tizen/unified/20180822.164537 submit/tizen/20180821.133358 submit/tizen_5.0/20181101.000002
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Wed, 18 Jul 2018 09:56:23 +0000 (11:56 +0200)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Tue, 21 Aug 2018 08:11:09 +0000 (10:11 +0200)
commit4445b6522d29cae1970c7b79415801b289ba932f
tree57a48cd29b64196bf5d8b6a9fdb5e6edcf1eed60
parent145a47a47da2d3e2da2a59341f2810f70f21c249
Add API for the adc device

This commit adds support for the adc device.
For this to work, adc also has to be supported by peripheral-bus.

Change-Id: I3277815fde9e6b82e5d165ccb5003b11f505f0e9
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
14 files changed:
CMakeLists.txt
doc/peripheral_io_doc.h
include/gdbus/peripheral_gdbus_adc.h [new file with mode: 0644]
include/gdbus/peripheral_gdbus_common.h
include/interface/peripheral_interface_adc.h [new file with mode: 0644]
include/peripheral_handle.h
include/peripheral_io.h
src/gdbus/peripheral_gdbus_adc.c [new file with mode: 0644]
src/gdbus/peripheral_io.xml
src/interface/peripheral_interface_adc.c [new file with mode: 0644]
src/peripheral_adc.c [new file with mode: 0644]
test/include/test_peripheral_adc.h [new file with mode: 0644]
test/peripheral-io-test.c
test/src/test_peripheral_adc.c [new file with mode: 0644]