diff --git a/index.html b/index.html index 6c62075..f2e1a0a 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@

-IRremote Arduino Library

+IRremote Arduino Library

Build Status

@@ -43,10 +43,10 @@

Check here for tutorials and more information.

-Version - 2.01

+Version - 2.1.0

-Installation

+Installation
  1. Navigate to the Releases page.
  2. @@ -57,14 +57,105 @@

-Usage

+Supported Boards + + + +

We are open to suggestions for adding support to new boards, however we highly recommend you contact your supplier first and ask them to provide support from their side.

+ +

+Hardware specifications

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Board/CPUSend PinTimers
Arduino Mega / ATmega 1280 / ATmega 25605, 6 9, 11, 461, 2, 3, 4, 5
Teensy 1.0171
Teensy 2.09, 10, 141, 3, 4_HS +
Teensy++ 1.0 / 2.0 +1, 16, 251, 2, 3
Teensy 3.0 / 3.15CMT
Teensy-LC16TPM1
Sanguino13, 14 +1, 2 +
Atmega891
ATtiny8461
ATtiny851TINY0
Arduino Duemilanove, UNO etc. +3, 91, 2 +
+ +

The table above lists the currently supported timers and corresponding send pins, many of these can have additional pins opened up and we are open to requests if a need arises for other pins.

+ +

+Usage

-Contributing

+Contributing

If you want to contribute to this project:

@@ -73,24 +164,24 @@
  • Ask for enhancements
  • Create issues and pull requests
  • Tell other people about this library
  • +
  • Contribute new protocols
  • -

    -- Contribute new protocols

    +

    Check here for some guidelines.

    -Contact

    +Contact

    The only way to contact me at the moment is by email: zetoslab@gmail.com I am not currently monitoring any PRs or Issues due to other issues but will respond to all emails. If anyone wants contributor access, feel free to email me. Or if you find any Issues/PRs to be of importance that my attention is needed please email me.

    -Contributors

    +Contributors

    Check here

    -Copyright

    +Copyright

    Copyright 2009-2012 Ken Shirriff

    diff --git a/params.json b/params.json index b78eb53..ab50b54 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"name":"Arduino IRremote","tagline":"Infrared remote library for Arduino: send and receive infrared signals with multiple protocols","body":"# IRremote Arduino Library\r\n\r\n[![Build Status](https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master)](https://travis-ci.org/z3t0/Arduino-IRremote)\r\n\r\n[![Join the chat at https://gitter.im/z3t0/Arduino-IRremote](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/z3t0/Arduino-IRremote?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\r\n\r\nThis library enables you to send and receive using infra-red signals on an Arduino.\r\n\r\nCheck [here](http://z3t0.github.io/Arduino-IRremote/) for tutorials and more information.\r\n\r\n## Version - 2.01\r\n\r\n## Installation\r\n1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page.\r\n2. Download the latest release.\r\n3. Extract the zip file\r\n4. Move the \"IRremote\" folder that has been extracted to your libraries directory.\r\n5. Make sure to delete Arduino_Root/libraries/RobotIRremote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRremote has similar definitions to IRremote and causes errors.\r\n\r\n## Usage\r\n- TODO (Check examples for now)\r\n\r\n## Contributing\r\nIf you want to contribute to this project:\r\n- Report bugs and errors\r\n- Ask for enhancements\r\n- Create issues and pull requests\r\n- Tell other people about this library\r\n- Contribute new protocols\r\n- \r\n\r\n## Contact\r\nThe only way to contact me at the moment is by email: zetoslab@gmail.com\r\nI am not currently monitoring any PRs or Issues due to other issues but will respond to all emails. If anyone wants contributor access, feel free to email me. Or if you find any Issues/PRs to be of importance that my attention is needed please email me.\r\n\r\n## Contributors\r\nCheck [here](Contributors.md)\r\n\r\n## Copyright\r\nCopyright 2009-2012 Ken Shirriff\r\n","google":"UA-60577106-2","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file +{"name":"Arduino IRremote","tagline":"Infrared remote library for Arduino: send and receive infrared signals with multiple protocols","body":"# IRremote Arduino Library\r\n\r\n[![Build Status](https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master)](https://travis-ci.org/z3t0/Arduino-IRremote)\r\n\r\n[![Join the chat at https://gitter.im/z3t0/Arduino-IRremote](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/z3t0/Arduino-IRremote?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\r\n\r\nThis library enables you to send and receive using infra-red signals on an Arduino.\r\n\r\nCheck [here](http://z3t0.github.io/Arduino-IRremote/) for tutorials and more information.\r\n\r\n## Version - 2.1.0\r\n\r\n## Installation\r\n1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page.\r\n2. Download the latest release.\r\n3. Extract the zip file\r\n4. Move the \"IRremote\" folder that has been extracted to your libraries directory.\r\n5. Make sure to delete Arduino_Root/libraries/RobotIRremote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRremote has similar definitions to IRremote and causes errors.\r\n\r\n## Supported Boards\r\n- Arduino Uno / Mega / Leonardo / Duemilanove / Diecimila / LilyPad / Mini / Fio / Nano etc.\r\n- Teensy 1.0 / 1.0++ / 2.0 / 2++ / 3.0 / 3.1 / Teensy-LC; Credits: @PaulStoffregen (Teensy Team)\r\n- Sanguino\r\n- Atmega8\r\n- ATtiny 84 / 85\r\n\r\nWe are open to suggestions for adding support to new boards, however we highly recommend you contact your supplier first and ask them to provide support from their side.\r\n\r\n### Hardware specifications\r\n\r\n| Board/CPU | Send Pin | Timers |\r\n|------------------------------------------|--------------------|-------------------|\r\n| Arduino Mega / ATmega 1280 / ATmega 2560 | 5, 6 **9**, 11, 46 | 1, **2**, 3, 4, 5 |\r\n| Teensy 1.0 | **17** | **1** |\r\n| Teensy 2.0 | 9, **10**, 14 | 1, 3, **4_HS** |\r\n| Teensy++ 1.0 / 2.0 | **1**, 16, 25 | 1, **2**, 3 |\r\n| Teensy 3.0 / 3.1 | **5** | **CMT** |\r\n| Teensy-LC | **16** | **TPM1** |\r\n| Sanguino | 13, **14** | 1, **2** |\r\n| Atmega8 | **9** | **1** |\r\n| ATtiny84 | **6** | **1** |\r\n| ATtiny85 | **1** | **TINY0** |\r\n| Arduino Duemilanove, UNO etc. | **3**, 9 | 1, **2** |\r\n\r\nThe table above lists the currently supported timers and corresponding send pins, many of these can have additional pins opened up and we are open to requests if a need arises for other pins.\r\n\r\n## Usage\r\n- TODO (Check examples for now)\r\n\r\n## Contributing\r\nIf you want to contribute to this project:\r\n- Report bugs and errors\r\n- Ask for enhancements\r\n- Create issues and pull requests\r\n- Tell other people about this library\r\n- Contribute new protocols\r\n\r\nCheck [here](Contributing.md) for some guidelines.\r\n\r\n## Contact\r\nThe only way to contact me at the moment is by email: zetoslab@gmail.com\r\nI am not currently monitoring any PRs or Issues due to other issues but will respond to all emails. If anyone wants contributor access, feel free to email me. Or if you find any Issues/PRs to be of importance that my attention is needed please email me.\r\n\r\n## Contributors\r\nCheck [here](Contributors.md)\r\n\r\n## Copyright\r\nCopyright 2009-2012 Ken Shirriff\r\n","google":"UA-60577106-2","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file