Files
Arduino-IRremote/index.html
2015-03-09 17:17:05 -06:00

87 lines
3.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Arduino IRremote by z3t0</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/shirriff/Arduino-IRremote">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/shirriff/Arduino-IRremote/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/shirriff/Arduino-IRremote/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Arduino IRremote </h1>
<p>Infrared remote library for Arduino: send and receive infrared signals with multiple protocols</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/z3t0">z3t0</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<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>This library enables you to send and receive using infra-red signals on an arduino</p>
<h2>
<a id="version---100" class="anchor" href="#version---100" aria-hidden="true"><span class="octicon octicon-link"></span></a>Version - 1.00</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/shirriff/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>
</ol>
<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="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>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>