Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64e4a29f74 |
@@ -1,10 +1,6 @@
|
|||||||
Version 1.3.2
|
|
||||||
|
|
||||||
- ISSUE #5: Correction of string library import
|
|
||||||
|
|
||||||
Version 1.3.1
|
Version 1.3.1
|
||||||
|
|
||||||
- changed pins on the examples to match schematics on project site.
|
- changed pins to match schematics on project site.
|
||||||
|
|
||||||
Version 1.3.0
|
Version 1.3.0
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#include "WProgram.h"
|
#include "WProgram.h"
|
||||||
#include "TM1638.h"
|
#include "TM1638.h"
|
||||||
#include "string.h"
|
#include "String.h"
|
||||||
|
|
||||||
TM1638::TM1638(byte dataPin, byte clockPin, byte strobePin, boolean activateDisplay, byte intensity)
|
TM1638::TM1638(byte dataPin, byte clockPin, byte strobePin, boolean activateDisplay, byte intensity)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user