zephyr/tests/drivers/adc/adc_api
Kumar Gala eaaa175b92 tests: convert to using newly introduced integer sized types
Convert code to use u{8,16,32,64}_t and s{8,16,32,64}_t instead of C99
integer types.

Jira: ZEP-2051

Change-Id: I6c676bc6c5e850a8725785554cd535e32067f33e
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-21 09:53:49 -05:00
..
src tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
Makefile tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
prj_poll_mode.conf tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
prj_resolution_6.conf tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
prj_resolution_8.conf tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
prj_resolution_10.conf tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
prj_resolution_12.conf tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
README tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00
testcase.ini tests: add zephyr adc driver api test case 2017-02-12 00:33:59 +00:00

This is the test app which test ADC on Quark SE processor.

Default ADC mode is interrupt mode.
The case tests ADC working in different resolutions.

The analog input pin and channel number mapping
for Quark Se Devboard.
A0 Channel 10
A1 Channel 11
A2 Channel 12
A3 Channel 13
A4 Channel 14

This test uses channel 10 to sample the voltage of VCC3.3.
So connect A0 to VCC3.3 and start the APP.