↧
Arduino and a TM1638 module
When I was browsing various web sites to see what electronic components to buy one day I noticed some interesting little kits comprising of switches, LEDs and a couple of 4 digit seven segment displays...
View ArticleArduino and Tm1638 button example
This code snippet will get the button value and display the value on the 7 Segment LED and the LEDs TM1638 Chip Key Display Module Code #include <TM1638.h> // define a module on data pin 8, clock...
View ArticleQYF-TM1638 and Arduino module
This was a module based on the TM1638 IC that I purchased. TM1638 The imprtant connections are as follows data pin 3 clock pin 2 strobe pin 5 I decided to create an example that would display the...
View Article