c/arduino · by CreeperODeath@lemmy.world · 3yThis is super simple but I'm pretty happy with it https://youtu.be/xrZxSsLxacgI did this with a small Arduino uno kit 8 points · 7 comments · view on lemmy.world
7 Comments
YellowGas@lemmy.world · 3 pts · 3y
Awesome work! I also think I would sit there all day and cycle it! And then show someone else and watch them cycle it!
PrivateOnions@lemmy.ml · 3 pts · 3y
Nothing beats the feeling of when you make your first working Arduino circuit
CreeperODeath@lemmy.world · 2 pts · 3y
I agree
I basically pushed the button for like 10 mins just watching it cycle
azimir@lemmy.ml · 2 pts · 3y
Gorgeous.
You're within shouting distance of reading a sensor and showing the value on the 7 segment display. After that, it's all about making bigger versions of that core concept
Wut@lemmy.world · 2 pts · 3y
Does it cycle through though?!?
CreeperODeath@lemmy.world · 3 pts · 3y
Yeah
I had a variable just going from 0-9 and then looping back to zero
And then some code to set the display based on the number variable