4 Commits

Author SHA1 Message Date
rjbatista@gmail.com
66b574252b Version 1.3.2 2011-11-14 11:26:41 +00:00
rjbatista@gmail.com
51c24bfaee Version 1.3.2 2011-11-14 11:20:19 +00:00
rjbatista@gmail.com
b6a17f5989 ISSUE #5: Correction of string library import 2011-11-14 11:18:17 +00:00
rjbatista@gmail.com
19673f8650 2011-10-28 23:31:23 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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)
{