1 Commits

Author SHA1 Message Date
rjbatista@gmail.com
64e4a29f74 Version 1.3.1 2011-10-28 23:24:36 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -1,10 +1,6 @@
Version 1.3.2
- ISSUE #5: Correction of string library import
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

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