diff options
Diffstat (limited to 'testhal/NRF51/NRF51822/ADC/readme.txt')
-rw-r--r-- | testhal/NRF51/NRF51822/ADC/readme.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/ADC/readme.txt b/testhal/NRF51/NRF51822/ADC/readme.txt new file mode 100644 index 0000000..59c1972 --- /dev/null +++ b/testhal/NRF51/NRF51822/ADC/readme.txt @@ -0,0 +1,21 @@ +*****************************************************************************
+** ChibiOS/HAL - ADC driver demo for NRF51x22. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Waveshare BLE400 board.
+
+** The Demo **
+
+The application demonstrates the use of the NRF51x22 ADC driver.
+
+** Board Setup **
+
+Connect P0.02 (SMBA) to an analog voltage between 0 - VDD.
+
+** Build Procedure **
+
+The demo has been tested using the free Codesourcery GCC-based toolchain
+and YAGARTO.
+Just modify the TRGT line in the makefile in order to use different GCC ports.
|