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