Merge branch 'adc_tutorial' of https://github.com/davidgs/incubator-mynewt-site into develop
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/9e020bfc Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/9e020bfc Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/9e020bfc Branch: refs/heads/develop Commit: 9e020bfc8b9d32f89146fb3b3e9ac12d52fc7f82 Parents: c28a73b 9fc9992 Author: aditihilbert <[email protected]> Authored: Wed Feb 15 12:17:59 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Wed Feb 15 12:17:59 2017 -0800 ---------------------------------------------------------------------- docs/os/tutorials/nrf52_adc.md | 828 +++++++++++++++++++ .../os/tutorials/pics/MyNewtSensorReader006.jpg | Bin 0 -> 211399 bytes docs/os/tutorials/pics/adc-demo-1.png | Bin 0 -> 530153 bytes docs/os/tutorials/pics/adc-demo-2.png | Bin 0 -> 435709 bytes docs/os/tutorials/pics/breadboard.png | Bin 0 -> 546231 bytes mkdocs.yml | 1 + 6 files changed, 829 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/9e020bfc/mkdocs.yml ---------------------------------------------------------------------- diff --cc mkdocs.yml index e55efcc,51b7b38..622ece9 --- a/mkdocs.yml +++ b/mkdocs.yml @@@ -64,8 -63,8 +64,9 @@@ pages - 'GAP Event Callbacks': 'os/tutorials/bleprph/bleprph-gap-event.md' - 'BLE Peripheral App' : 'os/tutorials/bleprph/bleprph-app.md' - 'BLE iBeacon': 'os/tutorials/ibeacon.md' + - 'BLE Eddystone': 'os/tutorials/eddystone.md' - 'BLE HCI interface': 'os/tutorials/blehci_project.md' + - 'Add an Analog Sensor': 'os/tutorials/nrf52_adc.md' - OS User Guide: - toc: 'os/os_user_guide.md' - OS Core:
