Skip to content

Commit

Permalink
issue 10 note , PR 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlyonsrepo committed Sep 24, 2020
1 parent dc0372b commit 7fb3803
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Model 3 uses same code base as Model 1, just different example file and differen
| 3 | Same as model 1 | Same as model 1 | TM1638plus_TEST_Model3.ino |
| 2 | TM1638plus_Model2.h | TM1638plus_Model2.cpp | TM1638plus_BASIC_TEST_Model2 TM1638plus_TEST_Model2.ino TM1638plus_ADC_TEST_Model2.ino TM1638plus_SCROLL_TEST_Model2.ino |

It is possible to drive multiple modules and share the DIO and CLK lines see issue number 10
at github for example code.

Model One
--------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
/*
TM1638 with MQTT on an ESP8266 (Wemos)
sending buttons to topic
receiving message to display
I used model 2 with 16 buttons for this example.
Project Name: TM1638plus
File: TM1638plus_MQTT_TEST_Model2.ino
Author: wunder baum
Description: Example file contributed by [wunderbaum](https://github.com/wunderbaum) on github
TM1638 with MQTT on an ESP8266 (Wemos)
sending buttons to topic
receiving message to display
model 2 with 16 buttons used for this example.
Created: Sep 2020
URL: https://github.com/gavinlyonsrepo/TM1638plus
*/


// https://github.com/gavinlyonsrepo/TM1638plus
#include <TM1638plus_Model2.h>
// https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WiFi
Expand Down

0 comments on commit 7fb3803

Please sign in to comment.