summary refs log tree commit diff
path: root/VFD clock/index.md
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-08-25 20:47:32 +0200
committeruser@node5.net <user@node5.net>2025-08-25 20:47:32 +0200
commit90d1d3df53e2fb4f44ca2eafe24968a18ff6b0fc (patch)
tree81762bba0e9088fdb940c8fb745f8d4d26530b9b /VFD clock/index.md
parent142e86118613973c7a291e4d554d3473891e5240 (diff)
Fix and move links
Diffstat (limited to 'VFD clock/index.md')
-rw-r--r--VFD clock/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/VFD clock/index.md b/VFD clock/index.md
index 56e6546..09626b3 100644
--- a/VFD clock/index.md
+++ b/VFD clock/index.md
@@ -7,6 +7,7 @@ created: 2025-08-21
 
 - [WD202 User manual](https://www.touchdynamic.com/wp-content/uploads/2021/06/wd202.pdf)
 - [WD202A User manual (contains RJ45 pinout)](https://manualzz.com/doc/html/11817581/digipos-wd-202a-customer-display-user-s-manual)
+- [Link to code git repo](https://git.node5.net/firmware/vfd/)
 
 ![VFD from the front, one line showing a UNIX timestamp and another line showing a human readable datetime](main.webp)
 
@@ -31,8 +32,6 @@ Which convents the ESPs from 3.3v logic -> -15 to 15 volt.
 
 [Link to circuit diagram - cirkitdesigner.com](https://app.cirkitdesigner.com/project/05cf3635-211d-451e-8c80-614e9fb4ede3)
 
-[Link to code git repo](https://git.node5.net/firmware/vfd/)
-
 ```cpp
 #include <FastLED.h>
 #include <ESP8266WiFi.h>