Create gh-pages branch via GitHub

This commit is contained in:
Rafi Khan
2016-07-11 05:04:09 -05:00
committed by GitHub
parent 5780b89f88
commit 97f6ed1923
3 changed files with 103 additions and 67 deletions

View File

@@ -43,7 +43,7 @@
<p>Check <a href="http://z3t0.github.io/Arduino-IRremote/">here</a> for tutorials and more information.</p>
<h2>
<a id="version---210" class="anchor" href="#version---210" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Version - 2.1.0</h2>
<a id="version---220" class="anchor" href="#version---220" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Version - 2.2.0</h2>
<h2>
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation</h2>
@@ -63,7 +63,7 @@
<li>Arduino Uno / Mega / Leonardo / Duemilanove / Diecimila / LilyPad / Mini / Fio / Nano etc.</li>
<li>Teensy 1.0 / 1.0++ / 2.0 / 2++ / 3.0 / 3.1 / Teensy-LC; Credits: <a href="https://github.com/PaulStoffregen" class="user-mention">@PaulStoffregen</a> (Teensy Team)</li>
<li>Sanguino</li>
<li>Atmega8</li>
<li>Atmega8535, 8, 16, 32, 164, 324, 644, 1284, 64, 128</li>
<li>ATtiny 84 / 85</li>
</ul>
@@ -82,66 +82,88 @@
</thead>
<tbody>
<tr>
<td>Arduino Mega / ATmega 1280 / ATmega 2560</td>
<td>5, 6 <strong>9</strong>, 11, 46</td>
<td>1, <strong>2</strong>, 3, 4, 5</td>
</tr>
<tr>
<td>Teensy 1.0</td>
<td><strong>17</strong></td>
<td><a href="https://github.com/SpenceKonde/ATTinyCore">ATtiny84</a></td>
<td><strong>6</strong></td>
<td><strong>1</strong></td>
</tr>
<tr>
<td>Teensy 2.0</td>
<td>9, <strong>10</strong>, 14</td>
<td>1, 3, <strong>4_HS</strong>
<td><a href="https://github.com/SpenceKonde/ATTinyCore">ATtiny85</a></td>
<td><strong>1</strong></td>
<td><strong>TINY0</strong></td>
</tr>
<tr>
<td>ATmega8</td>
<td><strong>9</strong></td>
<td><strong>1</strong></td>
</tr>
<tr>
<td>Atmega32u4</td>
<td>5, 9, <strong>13</strong>
</td>
<td>1, 3, <strong>4</strong>
</td>
</tr>
<tr>
<td>Teensy++ 1.0 / 2.0</td>
<td>ATmega168, ATmega328</td>
<td>
<strong>1</strong>, 16, 25</td>
<strong>3</strong>, 9</td>
<td>1, <strong>2</strong>
</td>
</tr>
<tr>
<td><a href="https://github.com/MCUdude/MightyCore">ATmega1284</a></td>
<td>13, 14, 6</td>
<td>1, <strong>2</strong>, 3</td>
</tr>
<tr>
<td>Teensy 3.0 / 3.1</td>
<td><strong>5</strong></td>
<td><strong>CMT</strong></td>
</tr>
<tr>
<td>Teensy-LC</td>
<td><strong>16</strong></td>
<td><strong>TPM1</strong></td>
</tr>
<tr>
<td>Sanguino</td>
<td><a href="https://github.com/MCUdude/MightyCore">ATmega164, ATmega324, ATmega644</a></td>
<td>13, <strong>14</strong>
</td>
<td>1, <strong>2</strong>
</td>
</tr>
<tr>
<td>Atmega8</td>
<td><strong>9</strong></td>
<td><a href="https://github.com/MCUdude/MightyCore">ATmega8535 ATmega16, ATmega32</a></td>
<td><strong>13</strong></td>
<td><strong>1</strong></td>
</tr>
<tr>
<td>ATtiny84</td>
<td><strong>6</strong></td>
<td><a href="https://github.com/MCUdude/MegaCore">ATmega64, ATmega128</a></td>
<td><strong>13</strong></td>
<td><strong>1</strong></td>
</tr>
<tr>
<td>ATtiny85</td>
<td><strong>1</strong></td>
<td><strong>TINY0</strong></td>
<td>ATmega1280, ATmega2560</td>
<td>5, 6, <strong>9</strong>, 11, 46</td>
<td>1, <strong>2</strong>, 3, 4, 5</td>
</tr>
<tr>
<td>Arduino Duemilanove, UNO etc.</td>
<td>
<strong>3</strong>, 9</td>
<td>1, <strong>2</strong>
<td><a href="https://www.pjrc.com/teensy/">Teensy 1.0</a></td>
<td><strong>17</strong></td>
<td><strong>1</strong></td>
</tr>
<tr>
<td><a href="https://www.pjrc.com/teensy/">Teensy 2.0</a></td>
<td>9, <strong>10</strong>, 14</td>
<td>1, 3, <strong>4_HS</strong>
</td>
</tr>
<tr>
<td><a href="https://www.pjrc.com/teensy/">Teensy++ 1.0 / 2.0</a></td>
<td>
<strong>1</strong>, 16, 25</td>
<td>1, <strong>2</strong>, 3</td>
</tr>
<tr>
<td><a href="https://www.pjrc.com/teensy/">Teensy 3.0 / 3.1</a></td>
<td><strong>5</strong></td>
<td><strong>CMT</strong></td>
</tr>
<tr>
<td><a href="https://www.pjrc.com/teensy/">Teensy-LC</a></td>
<td><strong>16</strong></td>
<td><strong>TPM1</strong></td>
</tr>
</tbody>
</table>

View File

@@ -1 +1,7 @@
{"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."}
{
"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.2.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- Atmega8535, 8, 16, 32, 164, 324, 644, 1284, 64, 128\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| [ATtiny84](https://github.com/SpenceKonde/ATTinyCore) | **6** | **1** |\r\n| [ATtiny85](https://github.com/SpenceKonde/ATTinyCore) | **1** | **TINY0** |\r\n| ATmega8 | **9** | **1** |\r\n| Atmega32u4 | 5, 9, **13** | 1, 3, **4** |\r\n| ATmega168, ATmega328 | **3**, 9 | 1, **2** |\r\n| [ATmega1284](https://github.com/MCUdude/MightyCore) | 13, 14, 6 | 1, **2**, 3 |\r\n| [ATmega164, ATmega324, ATmega644](https://github.com/MCUdude/MightyCore) | 13, **14** | 1, **2** |\r\n| [ATmega8535 ATmega16, ATmega32](https://github.com/MCUdude/MightyCore) | **13** | **1** |\r\n| [ATmega64, ATmega128](https://github.com/MCUdude/MegaCore) | **13** | **1** |\r\n| ATmega1280, ATmega2560 | 5, 6, **9**, 11, 46 | 1, **2**, 3, 4, 5 |\r\n| [Teensy 1.0](https://www.pjrc.com/teensy/) | **17** | **1** |\r\n| [Teensy 2.0](https://www.pjrc.com/teensy/) | 9, **10**, 14 | 1, 3, **4_HS** |\r\n| [Teensy++ 1.0 / 2.0](https://www.pjrc.com/teensy/) | **1**, 16, 25 | 1, **2**, 3 |\r\n| [Teensy 3.0 / 3.1](https://www.pjrc.com/teensy/) | **5** | **CMT** |\r\n| [Teensy-LC](https://www.pjrc.com/teensy/) | **16** | **TPM1** |\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."
}

View File

@@ -1,17 +1,25 @@
/*
Copyright 2014 GitHub Inc.
The MIT License (MIT)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Copyright (c) 2016 GitHub, Inc.
http://www.apache.org/licenses/LICENSE-2.0
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
@@ -19,18 +27,18 @@
color: #969896;
}
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
.pl-s .pl-v /* string variable */ {
color: #0086b3;
}
.pl-e /* entity */,
.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #795da3;
}
.pl-s .pl-s1 /* string source */,
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
.pl-s .pl-s1 /* string source */ {
color: #333;
}
@@ -42,13 +50,13 @@
color: #a71d5d;
}
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s /* string */,
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
color: #183691;
}
@@ -61,24 +69,24 @@
}
.pl-ii /* invalid.illegal */ {
background-color: #b52a1d;
color: #f8f8f8;
background-color: #b52a1d;
}
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
color: #63a35c;
font-weight: bold;
color: #63a35c;
}
.pl-ml /* markup.list */ {
color: #693a17;
}
.pl-mh /* markup.heading */,
.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
color: #1d3e81;
.pl-ms /* meta.separator */ {
font-weight: bold;
color: #1d3e81;
}
.pl-mq /* markup.quote */ {
@@ -86,28 +94,28 @@
}
.pl-mi /* markup.italic */ {
color: #333;
font-style: italic;
color: #333;
}
.pl-mb /* markup.bold */ {
color: #333;
font-weight: bold;
color: #333;
}
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
background-color: #ffecec;
color: #bd2c00;
background-color: #ffecec;
}
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
background-color: #eaffea;
color: #55a532;
background-color: #eaffea;
}
.pl-mdr /* meta.diff.range */ {
color: #795da3;
font-weight: bold;
color: #795da3;
}
.pl-mo /* meta.output */ {