mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-22 22:36:16 +00:00
Update README.md
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
NOTE: THIS NEEDS TO BE FIXED.... PLEASE JUST USE THE LATEST RELEASE AND NOT THE MASTER BRANCH!!!!
|
||||||
# IRremote Arduino Library
|
# IRremote Arduino Library
|
||||||
This library enables you to send and receive using infra-red signals on an arduino.
|
This library enables you to send and receive using infra-red signals on an arduino.
|
||||||
|
|
||||||
@@ -12,7 +13,6 @@ Check [here](http://shirriff.github.io/Arduino-IRremote/) for tutorials and more
|
|||||||
4. Move the "IRremote" folder that has been extracted to your libraries directory.
|
4. Move the "IRremote" folder that has been extracted to your libraries directory.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
```#define SHARP```
|
```#define SHARP```
|
||||||
|
|||||||
Reference in New Issue
Block a user