summaryrefslogtreecommitdiff
path: root/doc/PinetimeStubWithNrf52DK.md
diff options
context:
space:
mode:
authorEli Weiss <eliwss0@gmail.com>2021-12-05 14:04:35 -0600
committerJF <JF002@users.noreply.github.com>2021-12-30 20:57:26 +0100
commitab059b90044981b0feb3f37201fcf6635d2c4e1f (patch)
tree9064c8f3f5753f810c16321c4cbeb0d4f72d22ec /doc/PinetimeStubWithNrf52DK.md
parent97668c775bb5e501b32fce2fc92f4a5995aec1b1 (diff)
Revised documentation
Diffstat (limited to 'doc/PinetimeStubWithNrf52DK.md')
-rw-r--r--doc/PinetimeStubWithNrf52DK.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PinetimeStubWithNrf52DK.md b/doc/PinetimeStubWithNrf52DK.md
index e85bd554..dcaad69b 100644
--- a/doc/PinetimeStubWithNrf52DK.md
+++ b/doc/PinetimeStubWithNrf52DK.md
@@ -5,7 +5,7 @@ This development kit can be very useful for PineTime development:
* You can use its embedded JLink SWD programmer/debugger to program and debug your code on the PineTime
* As it's based on the same SoC than the PineTime, you can program it to actually run the same code as the PineTime.
-This page is about the 2nd point : we will build a stub that will allow us to run the same code you can run on the PineTime. This will allow you to work more easily if you don't have a PineTime dev kit around, if you don't want to modify your dev kit for SWD programming, or if you want to use some feature from the NRF52-DK (like power measurement).
+This page is about the 2nd point. We will build a stub that will allow us to run the same code you can run on the PineTime. This will allow you to work more easily if you don't have a PineTime dev kit around, if you don't want to modify your dev kit for SWD programming, or if you want to use some feature from the NRF52-DK (like power measurement).
This stub only implements the display, the button and the BLE radio. The other features from the pintime are missing:
* heart rate sensor