From bee4ddd1f8b39dbaa4342b806ad3438a0545357a Mon Sep 17 00:00:00 2001 From: Sam Calisch <s.calisch@gmail.com> Date: Wed, 1 Nov 2017 09:24:47 -0400 Subject: [PATCH] added link to hello world --- nrf52-stepper/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nrf52-stepper/index.html b/nrf52-stepper/index.html index 0f520fe..31ed362 100644 --- a/nrf52-stepper/index.html +++ b/nrf52-stepper/index.html @@ -21,6 +21,8 @@ pre code { <p>Some sample firmware is available below (or as files: <a href='nrf52-drv8825/nrf52-drv8825.ino'>nrf52-drv8825.ino</a> and <a href='nrf52-drv8825/radio.h'>radio.h</a>). This code defines a command set issued over the radio for moving a number of steps, changing stepping speed, setting microstepping parameters, and setting a current limit value.</p> +<p>For help getting started programming the nRF52, see <a href='https://gitlab.cba.mit.edu/pub/hello-world/nrf52'>this page.</a></p> + <pre> <code> #include "radio.h" -- GitLab