diff --git a/keywords.txt b/keywords.txt index 7d7d4c1..c27383a 100644 --- a/keywords.txt +++ b/keywords.txt @@ -15,6 +15,8 @@ irSmallD_t KEYWORD1 IRsmallDecoder KEYWORD2 dataAvailable KEYWORD2 +disable KEYWORD2 +enable KEYWORD2 ######################################### diff --git a/library.properties b/library.properties index f23341f..f640f9c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=IRsmallDecoder -version=1.1.0 +version=1.2.0 author=Luis Carvalho maintainer=Luis Carvalho sentence=Allows the reception and decoding of infrared signals from remote controls. diff --git a/src/IRsmallDecoder.h b/src/IRsmallDecoder.h index b88efeb..60d3d11 100644 --- a/src/IRsmallDecoder.h +++ b/src/IRsmallDecoder.h @@ -1,4 +1,4 @@ -/* IRsmallDecoder v1.1.0 +/* IRsmallDecoder v1.2.0 * * This is a Library for Arduino and it allows the reception and decoding of infrared signals from remote controls. * It uses small, fast and reliable decoders that don't require timers.