From 8ccc46aa491c241c9f3f0969f601de168059c59e Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Wed, 1 May 2019 14:57:58 +0200 Subject: [PATCH] add credits to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d3998..a7fa98e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Open Watch Winder -This code allows you to control a stepper motor with a momentary switch button. +This allows you to control the rotation cycle pattern of a stepper motor with a momentary switch button. Or: wind you automatic watch. ## Using the Winder On powerup, the LED will fade on and the winder will be in standby, waiting for a button press. @@ -31,3 +31,7 @@ configured amount of minutes (`PAUSE_MIN`), and eventually restart the cycles. T ## Wiring Diagram <a href="https://git.faked.org/jan/openwatchwinder/raw/master/wiring.png"><img src="https://git.faked.org/jan/openwatchwinder/raw/master/wiring.png" alt="Wiring Diagram" width="500"/></a> + +## Credits +* Philipp Klimek for his [Gyrocope Watch Winder](https://www.thingiverse.com/thing:3520031) +* [Peter D.](https://www.thingiverse.com/Dilbert0815/about) for the [initial version](https://www.thingiverse.com/thing:2763503/comments/#comment-2067423) of the code \ No newline at end of file -- GitLab