Files
Arduino-IRremote/index.html
2015-12-01 23:32:02 -06:00

121 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Arduino IRremote : Infrared remote library for Arduino: send and receive infrared signals with multiple protocols">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Arduino IRremote</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/z3t0/Arduino-IRremote">View on GitHub</a>
<h1 id="project_title">Arduino IRremote</h1>
<h2 id="project_tagline">Infrared remote library for Arduino: send and receive infrared signals with multiple protocols</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/z3t0/Arduino-IRremote/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/z3t0/Arduino-IRremote/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="irremote-arduino-library" class="anchor" href="#irremote-arduino-library" aria-hidden="true"><span class="octicon octicon-link"></span></a>IRremote Arduino Library</h1>
<p><a href="https://travis-ci.org/z3t0/Arduino-IRremote"><img src="https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master" alt="Build Status"></a></p>
<p><a href="https://gitter.im/z3t0/Arduino-IRremote?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/z3t0/Arduino-IRremote"></a></p>
<p>This library enables you to send and receive using infra-red signals on an Arduino.</p>
<p>Check <a href="http://z3t0.github.io/Arduino-IRremote/">here</a> for tutorials and more information.</p>
<h2>
<a id="version---201" class="anchor" href="#version---201" aria-hidden="true"><span class="octicon octicon-link"></span></a>Version - 2.01</h2>
<h2>
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
<ol>
<li>Navigate to the <a href="https://github.com/z3t0/Arduino-IRremote/releases">Releases</a> page.</li>
<li>Download the latest release.</li>
<li>Extract the zip file</li>
<li>Move the "IRremote" folder that has been extracted to your libraries directory.</li>
<li>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.</li>
</ol>
<h2>
<a id="usage" class="anchor" href="#usage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Usage</h2>
<ul>
<li>TODO (Check examples for now)</li>
</ul>
<h2>
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributing</h2>
<p>If you want to contribute to this project:</p>
<ul>
<li>Report bugs and errors</li>
<li>Ask for enhancements</li>
<li>Create issues and pull requests</li>
<li>Tell other people about this library</li>
</ul>
<h2>
<a id="--contribute-new-protocols" class="anchor" href="#--contribute-new-protocols" aria-hidden="true"><span class="octicon octicon-link"></span></a>- Contribute new protocols</h2>
<h2>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h2>
<p>The only way to contact me at the moment is by email: <a href="mailto:zetoslab@gmail.com">zetoslab@gmail.com</a>
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.</p>
<h2>
<a id="contributors" class="anchor" href="#contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributors</h2>
<p>Check <a href="Contributors.md">here</a></p>
<h2>
<a id="copyright" class="anchor" href="#copyright" aria-hidden="true"><span class="octicon octicon-link"></span></a>Copyright</h2>
<p>Copyright 2009-2012 Ken Shirriff</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Arduino IRremote maintained by <a href="https://github.com/z3t0">z3t0</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-60577106-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>