8000 Experimental Release · huggablehacker/Arduino-IRremote@1e85b4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e85b4a

Browse files
committed
Experimental Release
1 parent 555a600 commit 1e85b4a

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
NOTE: THIS NEEDS TO BE FIXED.... PLEASE JUST USE THE LATEST RELEASE AND NOT THE MASTER BRANCH!!!!
21
# IRremote Arduino Library
32

43
[![Join the chat at https://gitter.im/shirriff/Arduino-IRremote](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shirriff/Arduino-IRremote?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
55
This library enables you to send and receive using infra-red signals on an arduino.
66

77
Check [here](http://shirriff.github.io/Arduino-IRremote/) for tutorials and more information.
88

9-
## Version - 1.00
9+
## Version - 22.00
1010

1111
## Installation
1212
1. Navigate to the [Releases](https://github.com/shirriff/Arduino-IRremote/releases) page.
@@ -15,11 +15,7 @@ Check [here](http://shirriff.github.io/Arduino-IRremote/) for tutorials and more
1515
4. Move the "IRremote" folder that has been extracted to your libraries directory.
1616

1717
## Usage
18-
We get a lot of support for different device types. To keep the size of the library manageable we're moving to a model where different device types use a #define statement, for instance:
19-
20-
```#define SHARP```
21-
22-
You'd put this at the top of your sketch to include the sendSharp() and decodeSharp() methods in your code. This way your sketch only uses the Sharp functions but not the LG, JVC, Sony, etc functions, thus saving you program space that you might want to use for other things. This allows us to support lots of devices without making the library too big.
18+
- TODO (Check examples for now)
2319

2420
## Contributing
2521
If you want to contribute to this project:

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 2.0.1 - 2015/06/26 - [Release](https://github.com/shirriff/Arduino-IRremote/releases/tag/BETA)
2+
- Separated protocols into individual files
3+
- Lots of code clean up
4+
- Possible bug fixes
5+

changelog.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0