Skip to content

Commit

Permalink
Update references to sbprojects website.
Browse files Browse the repository at this point in the history
sbprojects.com -> sbprojects.net
Comments/documentation only. No code changes.

Fixes #1381
  • Loading branch information
crankyoldgit committed Jan 14, 2021
1 parent 8cf7004 commit e80fa6c
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions docs/doxygen/html/classIRrecv.html
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aa4d678376a4c0f8ea953474a
</dl>
<dl class="section return"><dt>Returns</dt><dd>A boolean. True if it can decode it, false if it can't. </dd></dl>
<dl class="section note"><dt>Note</dt><dd>Aiwa RC T501 appears to be a 42 bit variant of the NEC1 protocol. However, we historically (original Arduino IRremote project) treats it as a 15 bit (data) protocol. So, we expect nbits to typically be 15, and we will remove the prefix and postfix from the raw data, and use that as the result. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/nec.php">http://www.sbprojects.com/knowledge/ir/nec.php</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/nec.php">http://www.sbprojects.net/knowledge/ir/nec.php</a> </dd>
<dd>
<a href="https://github.com/crankyoldgit/IRremoteESP8266/issues/1069">https://github.com/crankyoldgit/IRremoteESP8266/issues/1069</a> </dd></dl>

Expand Down Expand Up @@ -3189,7 +3189,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a25ab71efc223a418e9630d84
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if it can decode it, false if it can't. </dd></dl>
<dl class="section note"><dt>Note</dt><dd>JVC repeat codes don't have a header. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/jvc.php">http://www.sbprojects.com/knowledge/ir/jvc.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/jvc.php">http://www.sbprojects.net/knowledge/ir/jvc.php</a> </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -3311,7 +3311,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae4af614a45ea65cb3304ef5b
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if it can decode it, false if it can't. </dd></dl>
<dl class="section note"><dt>Note</dt><dd>This protocol is pretty much just raw Manchester encoding. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/rc5.php">http://www.sbprojects.com/knowledge/ir/rc5.php</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/rc5.php">http://www.sbprojects.net/knowledge/ir/rc5.php</a> </dd>
<dd>
<a href="https://en.wikipedia.org/wiki/RC-5">https://en.wikipedia.org/wiki/RC-5</a> </dd>
<dd>
Expand Down Expand Up @@ -4352,7 +4352,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a52b844f80df7f64edf9ce9cc
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if it can decode it, false if it can't. </dd></dl>
<dl class="section note"><dt>Note</dt><dd>NEC protocol has three variants/forms. Normal: an 8 bit address &amp; an 8 bit command in 32 bit data form. i.e. address + inverted(address) + command + inverted(command) Extended: a 16 bit address &amp; an 8 bit command in 32 bit data form. i.e. address + command + inverted(command) Repeat: a 0-bit code. i.e. No data bits. Just the header + footer. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/nec.php">http://www.sbprojects.com/knowledge/ir/nec.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/nec.php">http://www.sbprojects.net/knowledge/ir/nec.php</a> </dd></dl>

</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/doxygen/html/classIRsend.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a6303b991c0545443e7ccf63b
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A raw JVC message code, suitable for <a class="el" href="classIRsend.html#aaa10c899768a5b4cdb1a7913d06141ca" title="Send a JVC formatted message. Status: STABLE / Working.">sendJVC()</a>.. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/jvc.php">http://www.sbprojects.com/knowledge/ir/jvc.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/jvc.php">http://www.sbprojects.net/knowledge/ir/jvc.php</a> </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -1076,7 +1076,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab2e1ce918e4e06b955c3d2a0
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A raw 32-bit NEC message suitable for use with <code><a class="el" href="classIRsend.html#a324c9e455c0bae51ebe9bc07e915c043" title="Send a raw NEC(Renesas) formatted message. Status: STABLE / Known working.">sendNEC()</a></code>. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/nec.php">http://www.sbprojects.com/knowledge/ir/nec.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/nec.php">http://www.sbprojects.net/knowledge/ir/nec.php</a> </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -3945,7 +3945,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aaa10c899768a5b4cdb1a7913
</table>
</dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/jvc.php">http://www.sbprojects.com/knowledge/ir/jvc.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/jvc.php">http://www.sbprojects.net/knowledge/ir/jvc.php</a> </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -5056,7 +5056,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a324c9e455c0bae51ebe9bc07
</dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>This protocol appears to have no header. </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/nec.php">http://www.sbprojects.com/knowledge/ir/nec.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/nec.php">http://www.sbprojects.net/knowledge/ir/nec.php</a> </dd></dl>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__JVC_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for JVC protocols. Originally added by Kristian Lauszus Thanks to zenwheel and other people at the original blog post. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/jvc.php">http://www.sbprojects.com/knowledge/ir/jvc.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/jvc.php">http://www.sbprojects.net/knowledge/ir/jvc.php</a> </dd></dl>
</div><h2 class="groupheader">Variable Documentation</h2>
<a id="a23c11d77431d37bba18776f9341c767f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a23c11d77431d37bba18776f9341c767f">&#9670;&nbsp;</a></span>kJvcBitMark</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__NEC_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<a href="#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for NEC (Renesas) protocols. NEC originally added from <a href="https://github.com/shirriff/Arduino-IRremote/">https://github.com/shirriff/Arduino-IRremote/</a>. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/nec.php">http://www.sbprojects.com/knowledge/ir/nec.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/nec.php">http://www.sbprojects.net/knowledge/ir/nec.php</a> </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__NEC_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for NEC (Renesas) protocols. NEC originally added from <a href="https://github.com/shirriff/Arduino-IRremote/">https://github.com/shirriff/Arduino-IRremote/</a>. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/nec.php">http://www.sbprojects.com/knowledge/ir/nec.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/nec.php">http://www.sbprojects.net/knowledge/ir/nec.php</a> </dd></dl>
</div><h2 class="groupheader">Variable Documentation</h2>
<a id="a49908cff59d8e7a4926638c74b796c61"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a49908cff59d8e7a4926638c74b796c61">&#9670;&nbsp;</a></span>kAlokaLedBlue</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__RC5__RC6_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<div class="textblock"><p>RC-5 &amp; RC-6 support RC-5 &amp; RC-6 support added from <a href="https://github.com/z3t0/Arduino-IRremote">https://github.com/z3t0/Arduino-IRremote</a> RC-5X support added by David Conran. </p>
<dl class="section see"><dt>See also</dt><dd><a href="https://en.wikipedia.org/wiki/RC-5">https://en.wikipedia.org/wiki/RC-5</a> </dd>
<dd>
<a href="http://www.sbprojects.com/knowledge/ir/rc5.php">http://www.sbprojects.com/knowledge/ir/rc5.php</a> </dd>
<a href="http://www.sbprojects.net/knowledge/ir/rc5.php">http://www.sbprojects.net/knowledge/ir/rc5.php</a> </dd>
<dd>
<a href="https://en.wikipedia.org/wiki/Manchester_code">https://en.wikipedia.org/wiki/Manchester_code</a> </dd>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__RCMM_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for the Phillips RC-MM protocol. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/rcmm.php">http://www.sbprojects.com/knowledge/ir/rcmm.php</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/rcmm.php">http://www.sbprojects.net/knowledge/ir/rcmm.php</a> </dd></dl>
</div><h2 class="groupheader">Variable Documentation</h2>
<a id="ad768f62bbd7e4df567c3e53ea0a8ed06"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad768f62bbd7e4df567c3e53ea0a8ed06">&#9670;&nbsp;</a></span>kRcmmBitMark</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__Sharp_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for Sharp protocols. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/sharp.htm">http://www.sbprojects.com/knowledge/ir/sharp.htm</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/sharp.htm">http://www.sbprojects.net/knowledge/ir/sharp.htm</a> </dd>
<dd>
<a href="http://lirc.sourceforge.net/remotes/sharp/GA538WJSA">http://lirc.sourceforge.net/remotes/sharp/GA538WJSA</a> </dd>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__Sharp_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for Sharp protocols. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/sharp.htm">http://www.sbprojects.com/knowledge/ir/sharp.htm</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/sharp.htm">http://www.sbprojects.net/knowledge/ir/sharp.htm</a> </dd>
<dd>
<a href="http://lirc.sourceforge.net/remotes/sharp/GA538WJSA">http://lirc.sourceforge.net/remotes/sharp/GA538WJSA</a> </dd>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/html/ir__Sony_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Support for Sony SIRC(Serial Infra-Red Control) protocols. Sony originally added from <a href="https://github.com/shirriff/Arduino-IRremote/">https://github.com/shirriff/Arduino-IRremote/</a> Updates from marcosamarinho. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.com/knowledge/ir/sirc.php">http://www.sbprojects.com/knowledge/ir/sirc.php</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.sbprojects.net/knowledge/ir/sirc.php">http://www.sbprojects.net/knowledge/ir/sirc.php</a> </dd>
<dd>
<a href="https://github.com/crankyoldgit/IRremoteESP8266/issues/1018">https://github.com/crankyoldgit/IRremoteESP8266/issues/1018</a> </dd></dl>
</div><h2 class="groupheader">Variable Documentation</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/ir_Aiwa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void IRsend::sendAiwaRCT501(uint64_t data, uint16_t nbits, uint16_t repeat) {
/// a 15 bit (data) protocol. So, we expect nbits to typically be 15, and we
/// will remove the prefix and postfix from the raw data, and use that as
/// the result.
/// @see http://www.sbprojects.com/knowledge/ir/nec.php
/// @see http://www.sbprojects.net/knowledge/ir/nec.php
/// @see https://github.com/crankyoldgit/IRremoteESP8266/issues/1069
bool IRrecv::decodeAiwaRCT501(decode_results *results, uint16_t offset,
const uint16_t nbits, const bool strict) {
Expand Down
8 changes: 4 additions & 4 deletions src/ir_JVC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @brief Support for JVC protocols.
/// Originally added by Kristian Lauszus
/// Thanks to zenwheel and other people at the original blog post.
/// @see http://www.sbprojects.com/knowledge/ir/jvc.php
/// @see http://www.sbprojects.net/knowledge/ir/jvc.php

// Supports:
// Brand: JVC, Model: PTU94023B remote
Expand Down Expand Up @@ -42,7 +42,7 @@ const uint16_t kJvcMinGap = kJvcMinGapTicks * kJvcTick;
/// @param[in] data The message to be sent.
/// @param[in] nbits The number of bits of message to be sent.
/// @param[in] repeat The number of times the command is to be repeated.
/// @see http://www.sbprojects.com/knowledge/ir/jvc.php
/// @see http://www.sbprojects.net/knowledge/ir/jvc.php
void IRsend::sendJVC(uint64_t data, uint16_t nbits, uint16_t repeat) {
// Set 38kHz IR carrier frequency & a 1/3 (33%) duty cycle.
enableIROut(38, 33);
Expand Down Expand Up @@ -74,7 +74,7 @@ void IRsend::sendJVC(uint64_t data, uint16_t nbits, uint16_t repeat) {
/// @param[in] address An 8-bit address value.
/// @param[in] command An 8-bit command value.
/// @return A raw JVC message code, suitable for sendJVC()..
/// @see http://www.sbprojects.com/knowledge/ir/jvc.php
/// @see http://www.sbprojects.net/knowledge/ir/jvc.php
uint16_t IRsend::encodeJVC(uint8_t address, uint8_t command) {
return reverseBits((command << 8) | address, 16);
}
Expand All @@ -90,7 +90,7 @@ uint16_t IRsend::encodeJVC(uint8_t address, uint8_t command) {
/// @param[in] strict Flag indicating if we should perform strict matching.
/// @return True if it can decode it, false if it can't.
/// @note JVC repeat codes don't have a header.
/// @see http://www.sbprojects.com/knowledge/ir/jvc.php
/// @see http://www.sbprojects.net/knowledge/ir/jvc.php
bool IRrecv::decodeJVC(decode_results *results, uint16_t offset,
const uint16_t nbits, const bool strict) {
if (strict && nbits != kJvcBits)
Expand Down
2 changes: 1 addition & 1 deletion src/ir_Lasertag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void IRsend::sendLasertag(uint64_t data, uint16_t nbits, uint16_t repeat) {
/// @param[in] strict Flag indicating if we should perform strict matching.
/// @return True if it can decode it, false if it can't.
/// @note This protocol is pretty much just raw Manchester encoding.
/// @see http://www.sbprojects.com/knowledge/ir/rc5.php
/// @see http://www.sbprojects.net/knowledge/ir/rc5.php
/// @see https://en.wikipedia.org/wiki/RC-5
/// @see https://en.wikipedia.org/wiki/Manchester_code
/// @todo Convert to using `matchManchester()` if we can.
Expand Down
8 changes: 4 additions & 4 deletions src/ir_NEC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @file
/// @brief Support for NEC (Renesas) protocols.
/// NEC originally added from https://github.com/shirriff/Arduino-IRremote/
/// @see http://www.sbprojects.com/knowledge/ir/nec.php
/// @see http://www.sbprojects.net/knowledge/ir/nec.php

#define __STDC_LIMIT_MACROS
#include "ir_NEC.h"
Expand All @@ -24,7 +24,7 @@
/// @param[in] nbits The number of bits of message to be sent.
/// @param[in] repeat The number of times the command is to be repeated.
/// @note This protocol appears to have no header.
/// @see http://www.sbprojects.com/knowledge/ir/nec.php
/// @see http://www.sbprojects.net/knowledge/ir/nec.php
void IRsend::sendNEC(uint64_t data, uint16_t nbits, uint16_t repeat) {
sendGeneric(kNecHdrMark, kNecHdrSpace, kNecBitMark, kNecOneSpace, kNecBitMark,
kNecZeroSpace, kNecBitMark, kNecMinGap, kNecMinCommandLength,
Expand All @@ -44,7 +44,7 @@ void IRsend::sendNEC(uint64_t data, uint16_t nbits, uint16_t repeat) {
/// @param[in] address An address value.
/// @param[in] command An 8-bit command value.
/// @return A raw 32-bit NEC message suitable for use with `sendNEC()`.
/// @see http://www.sbprojects.com/knowledge/ir/nec.php
/// @see http://www.sbprojects.net/knowledge/ir/nec.php
uint32_t IRsend::encodeNEC(uint16_t address, uint16_t command) {
command &= 0xFF; // We only want the least significant byte of command.
// sendNEC() sends MSB first, but protocol says this is LSB first.
Expand Down Expand Up @@ -77,7 +77,7 @@ uint32_t IRsend::encodeNEC(uint16_t address, uint16_t command) {
/// Extended: a 16 bit address & an 8 bit command in 32 bit data form.
/// i.e. address + command + inverted(command)
/// Repeat: a 0-bit code. i.e. No data bits. Just the header + footer.
/// @see http://www.sbprojects.com/knowledge/ir/nec.php
/// @see http://www.sbprojects.net/knowledge/ir/nec.php
bool IRrecv::decodeNEC(decode_results *results, uint16_t offset,
const uint16_t nbits, const bool strict) {
if (results->rawlen < kNecRptLength + offset - 1)
Expand Down
2 changes: 1 addition & 1 deletion src/ir_NEC.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @file
/// @brief Support for NEC (Renesas) protocols.
/// NEC originally added from https://github.com/shirriff/Arduino-IRremote/
/// @see http://www.sbprojects.com/knowledge/ir/nec.php
/// @see http://www.sbprojects.net/knowledge/ir/nec.php

// Supports:
// Brand: Yamaha, Model: RAV561 remote
Expand Down
2 changes: 1 addition & 1 deletion src/ir_RC5_RC6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// RC-5 & RC-6 support added from https://github.com/z3t0/Arduino-IRremote
/// RC-5X support added by David Conran
/// @see https://en.wikipedia.org/wiki/RC-5
/// @see http://www.sbprojects.com/knowledge/ir/rc5.php
/// @see http://www.sbprojects.net/knowledge/ir/rc5.php
/// @see https://en.wikipedia.org/wiki/Manchester_code
/// @see https://en.wikipedia.org/wiki/RC-6
/// @see https://www.sbprojects.net/knowledge/ir/rc6.php
Expand Down
2 changes: 1 addition & 1 deletion src/ir_RCMM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/// @file
/// @brief Support for the Phillips RC-MM protocol.
/// @see http://www.sbprojects.com/knowledge/ir/rcmm.php
/// @see http://www.sbprojects.net/knowledge/ir/rcmm.php

// Supports:
// Brand: Microsoft, Model: XBOX 360
Expand Down
2 changes: 1 addition & 1 deletion src/ir_Sharp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/// @file
/// @brief Support for Sharp protocols.
/// @see http://www.sbprojects.com/knowledge/ir/sharp.htm
/// @see http://www.sbprojects.net/knowledge/ir/sharp.htm
/// @see http://lirc.sourceforge.net/remotes/sharp/GA538WJSA
/// @see http://www.mwftr.com/ucF08/LEC14%20PIC%20IR.pdf
/// @see http://www.hifi-remote.com/johnsfine/DecodeIR.html#Sharp
Expand Down
2 changes: 1 addition & 1 deletion src/ir_Sharp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/// @file
/// @brief Support for Sharp protocols.
/// @see http://www.sbprojects.com/knowledge/ir/sharp.htm
/// @see http://www.sbprojects.net/knowledge/ir/sharp.htm
/// @see http://lirc.sourceforge.net/remotes/sharp/GA538WJSA
/// @see http://www.mwftr.com/ucF08/LEC14%20PIC%20IR.pdf
/// @see http://www.hifi-remote.com/johnsfine/DecodeIR.html#Sharp
Expand Down
2 changes: 1 addition & 1 deletion src/ir_Sony.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @brief Support for Sony SIRC(Serial Infra-Red Control) protocols.
/// Sony originally added from https://github.com/shirriff/Arduino-IRremote/
/// Updates from marcosamarinho
/// @see http://www.sbprojects.com/knowledge/ir/sirc.php
/// @see http://www.sbprojects.net/knowledge/ir/sirc.php
/// @see https://github.com/crankyoldgit/IRremoteESP8266/issues/1018

// Supports:
Expand Down

0 comments on commit e80fa6c

Please sign in to comment.