From eefb2fae702a3dd3e4ef14ee8dd4824bb591e598 Mon Sep 17 00:00:00 2001 From: Sam Calisch <s.calisch@gmail.com> Date: Wed, 1 Nov 2017 08:37:32 -0400 Subject: [PATCH] added index --- nrf52-stepper/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nrf52-stepper/index.html diff --git a/nrf52-stepper/index.html b/nrf52-stepper/index.html new file mode 100644 index 0000000..7c56394 --- /dev/null +++ b/nrf52-stepper/index.html @@ -0,0 +1,8 @@ +<html> +<body> +<a href='nrf52-stepper-layout.png'><img src='nrf52-stepper-layout.png' height=300px></a> +<a href='nrf52-stepper-traces.png'><img src='nrf52-stepper-traces.png' height=300px></a> +<a href='nrf52-stepper-interior.png'><img src='nrf52-stepper-interior.png' height=300px></a> +<p>This is a stepper motor controller built around the DRV8825 and the nRF52.</p> +</body> +</html> \ No newline at end of file -- GitLab