From 749c559f0561f50803741562ef3682b245a73d56 Mon Sep 17 00:00:00 2001 From: "rjbatista@gmail.com" Date: Wed, 11 Jan 2012 01:45:17 +0000 Subject: [PATCH] Version 2.0.0 --- CHANGES.txt | 3 +++ README.txt | 7 ++++--- keywords.txt | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5d5bcbe..28c24f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +Version 2.0.0 + +- Support for the TM1640; - Restructuring for supporting other modules. Version 1.6.0 diff --git a/README.txt b/README.txt index 8d61715..ea9c003 100644 --- a/README.txt +++ b/README.txt @@ -4,9 +4,10 @@ Ricardo Batista Email: rjbatista(at)gmail.com URL: http://code.google.com/p/tm1638-library/ -A library for interacting an arduino with a tm1638. +A library for interacting an arduino with a TM1638/TM1640. Includes: +- Support for the TM1638 and TM1640; - Helper methods for displaying numbers in decimal, hexadecimal and binary; - Support for multiple chained tm1638; - Reading simultaneous button presses; @@ -15,12 +16,12 @@ Includes: - Support for module in inverted position. See: TM1638 Display/LED module at http://www.dealextreme.com/p/81873?r=68099021 - +See: TM1640 Display module at http://www.dealextreme.com/p/104311?r=68099021 USAGE NOTES ----------- -Just put the files on a TM1638 directory under "arduino/libraries" on your instalation +Just put the files on a TM1638 directory under "arduino/libraries" on your arduino IDE instalation PROJECT HOME diff --git a/keywords.txt b/keywords.txt index 42d2a9d..9490201 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,7 +6,9 @@ # Datatypes (KEYWORD1) ####################################### +TM16XX KEYWORD1 TM1638 KEYWORD1 +TM1640 KEYWORD1 InvertedTM1638 KEYWORD1 #######################################