- Jun 05, 2020
-
-
Legy (Beini) authored
-
Legy (Beini) authored
-
- Apr 26, 2018
-
-
Jens Nolte authored
-
Jens Nolte authored
-
- Nov 22, 2017
-
-
Suat Özgür authored
Bugfix for inverted protocols that leave transmit pin HIGH after sending
-
Suat Özgür authored
Add support for HS2303-PT
-
Suat Özgür authored
Make the library compatible with the ESP32 architecture
-
Suat Özgür authored
Remove unnecessary conditions from examples
-
- Nov 09, 2017
-
-
Dominik Palo authored
-
- Nov 07, 2017
-
-
Dominik Palo authored
-
- Oct 30, 2017
-
-
root authored
-
- Jun 08, 2017
-
-
Ivan Kravets authored
-
- May 01, 2017
-
-
Tam Do authored
-
- Feb 27, 2017
- Feb 10, 2017
-
-
quaec authored
Changed the order of "mySwitch.setProtocol(2);" and "mySwitch.setPulseLength(320);", so setting the PulseLength will work when both lines are commented out. See issue #117
-
- Feb 01, 2017
-
-
Suat Özgür authored
-
- Dec 23, 2016
-
-
Suat Özgür authored
-
- Dec 22, 2016
-
-
Suat Özgür authored
PT2260/SC2260 support + small fix
-
- Dec 04, 2016
-
-
Bartlomiej Zimon authored
-
Bartlomiej Zimon authored
i.e.: Decimal: 4685616 (24Bit) Binary: 010001110111111100110000 Tri-State: F0F1F1110100 PulseLength: 146 microseconds Protocol: 1 Raw data: 4548,224,372,520,60,216,404,184,400,192,396,492,92,484,120,468,132,148,460,444,136,456,132,460,140,448,144,444,152,440,152,440,160,120,484,112,472,428,152,440,156,124,480,116,472,124,468,132,452, Decimal: 4685571 (24Bit) Binary: 010001110111111100000011 Tri-State: F0F1F1110001 PulseLength: 149 microseconds Protocol: 1 Raw data: 4612,164,432,476,120,148,460,132,460,136,460,456,136,448,156,436,172,92,508,420,172,420,180,416,184,412,180,412,192,404,192,408,196,68,536,60,528,76,516,84,508,92,500,100,488,432,164,424,176,
-
- Dec 01, 2016
-
-
Sujay Phadke authored
1. get rid of unrecognized category warning in Arduino IDE. It doesn't seem to support multiple categories 2. add esp8266 to the list of architctures to avoid warnings about incompatible architecture. This library works on esp8266
-
- Nov 26, 2016
-
-
Suat Özgür authored
-
Suat Özgür authored
-
- Nov 16, 2016
-
-
Michele Gruppioni authored
-
- Jul 18, 2016
-
-
Max Horn authored
Updated README.md to include HT6P20X
-
- Jul 13, 2016
-
-
Marcelo Couto authored
-
- May 29, 2016
- May 28, 2016
-
-
bau-sec authored
-
- May 26, 2016
-
-
Suat Özgür authored
Fix Travis CI build
-
Suat Özgür authored
This reverts commit 067ab194.
-
Suat Özgür authored
-
bau-sec authored
-
- May 25, 2016
-
-
Suat Özgür authored
-
- May 23, 2016
- May 05, 2016
-
-
bau-sec authored
Added transmit and receive support for devices using Holtek HT6P20X series encoders via a new protocol. See the datasheet for the waveform. This protocol uses pulses that start low instead of high requiring a few more changes than simply adding to the proto struct.
-
Max Horn authored
The old (and new again) semantics are that the bits in 'data' are sent starting from the MSB. This had regressed recently to sending bits starting at the LSB, as part of my refactoring. Should resolve #52
-