zephyr/tests/drivers/adc/adc_api
Maureen Helm d5894a17d0 tests: adc: Remove custom hexiwear_k64 configuration
Instead of having a board-specific config for this adc test, enable the
required battery-sense circuit by default at the board level when the
adc driver is enabled.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2017-10-05 17:54:00 -04:00
..
src tests: adc: Add support for freedom and hexiwear boards 2017-07-19 14:28:08 -05:00
Makefile tests: adc: Add support for freedom and hexiwear boards 2017-07-19 14:28:08 -05:00
README
prj.conf tests: adc: Add support for freedom and hexiwear boards 2017-07-19 14:28:08 -05:00
prj_poll_mode.conf
prj_resolution_6.conf
prj_resolution_8.conf
prj_resolution_10.conf
prj_resolution_12.conf
testcase.yaml tests: adc: Remove custom hexiwear_k64 configuration 2017-10-05 17:54:00 -04:00

README

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.