-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated library.properties, thereby bumped version to 1.0.3.
- Loading branch information
1 parent
c1b8276
commit bb021a6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=Infrared | ||
version=1.0.2 | ||
version=1.0.3 | ||
author=Bengt Martensson <[email protected]> | ||
maintainer=Bengt Martensson <[email protected]> | ||
sentence=An object oriented library for sending, receiving, and analyzing IR signals on the Arduino. | ||
paragraph=The library contains classes for IR signals, IR sequences, as well as for sending, receiving, analyzing, decoding and rendering of IR signals. | ||
sentence=An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino. | ||
paragraph=The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals. | ||
category=Other | ||
url=http://www.harctoolbox.org/Infrared4Arduino,html | ||
architectures=avr | ||
|