Commit Graph

29 Commits

Author SHA1 Message Date
Armin 60a3710597 Added sendSonyMSB(unsigned long data, int nbits) as a clone of sendSony(unsigned long data, int nbits) and sendSamsungMSB(unsigned long data, int nbits) as a clone of sendSAMSUNG(unsigned long data, int nbits) to be more consistent. 2024-05-24 16:29:42 +02:00
Armin 8e75076a67 Documentation + improved Samsung + improved IRremoteExtensionTest example 2024-05-14 08:55:53 +02:00
Armin 3930c4148a Fixed sendSamsung() / sendSamsungLG() bug
Added functions stopTimer(), restartTimer() and restartTimerWithTicksToAdd()
Added rawlen and initialGap to IRData
Bumped version to 4.3.0
2024-02-23 19:56:53 +01:00
Armin ea28282d1c Flipper Zero 2024-01-22 17:27:16 +01:00
Armin 7645ece912 Documented flags and added detectLongPress() in ReceiveDemo example. 2023-03-13 22:26:06 +01:00
Armin 114cbf335b Version 4.1.0 2023-02-27 14:21:41 +01:00
Armin fcccbff68b Closes #1076 2023-01-07 20:52:51 +01:00
Armin ad0425f554 Changed checkForRepeatSpaceAndSetFlag() to checkForRepeatSpaceTicksAndSetFlag() and added macro ENABLE_FULL_REPEAT_CHECK 2023-01-02 15:19:42 +01:00
Armin 83387a8493 Added SAMSUNG48 protocol and sendSamsung48() function. 2022-12-27 16:59:32 +01:00
Armin 5fb998db41 Changed type of decodedRawData and decodedRawDataArray which is now 64 bit for 32 bit platforms. 2022-11-29 19:26:26 +01:00
Armin 7892d5c33b Extracted protocol functions used by receive and send to IRProtocol.hpp 2022-11-14 16:44:53 +01:00
Armin 5f5026391b Added TinyIRSender.hpp and MinimalSender example, renamed TinyReceiver.h to TinyIR.h. Added DISABLE_RECEIVER_RESTART_AFTER_SENDING 2022-11-14 15:00:43 +01:00
Armin e6bbf8638c Fixed bug for Samsung48 protocol 2022-11-12 01:31:03 +01:00
Armin 32b8cef088 Improved decoding for Sony in examples 2022-11-11 23:24:46 +01:00
Armin da3e9e921a Changed macro names _REPEAT_SPACE to _REPEAT_DISTANCE. Improved TinyReceiver and added FAST protocol for it. 2022-11-11 21:29:41 +01:00
Armin 3d89bff37f Renamed PulsePauseWidthProtocolConstants to PulseDistanceWidthProtocolConstants.
Merged the 2 decode pulse width and distance functions.
2022-11-09 23:59:41 +01:00
Armin ad4abf825e Internal function checkForRepeatSpaceAndSetFlag() and optimized getProtocolString() 2022-08-31 20:37:53 +02:00
Armin 72f7c75b3e Version 4.0 2022-08-31 13:25:29 +02:00
Armin 1eb7ff24b1 Added NEC2 protocol, Improved Magiquest protocol, minor adjustments, renamed sendSamsungRepeat to sendSamsungLGRepeat, added function sendPulseDistanceWidth(), improved repeat detection for some protocols 2022-08-31 12:02:34 +02:00
Armin cd9a53ca78 Send usage added and reduced output size and improved format of printIRResultRawFormatted() to fasten up output (and getting repeats properly decoded) 2022-07-15 15:32:27 +02:00
Armin 9f8ed31af8 No reference found for Samsung "repeats are like NEC but with 2 stop bits", so changed to observed regular behavior. 2022-07-10 11:48:49 +02:00
Armin 3888a3ce68 - Added IrReceiver.restartAfterSend() and inserted it in every send(). Closes #989 2022-05-20 22:25:13 +02:00
Armin c6cf6ac590 Changes types to fast types 2022-05-19 16:58:24 +02:00
Armin 2a0c6b383e Documentation 2022-05-19 01:46:47 +02:00
Armin c64b1c5bd4 Documentation for adding new protocol 2022-03-30 11:55:04 +02:00
Armin 62513814d5 Documentation 2022-01-12 13:33:34 +01:00
Armin ea9b467ee0 Removed NO_LEGACY_COMPATIBILITY macro. Added table of contents. 2021-12-08 14:57:39 +01:00
Armin 64880c2141 Renamed INFO_PRINT to IR_INFO_PRINT as well as for DEBUG and TRACE. Fixed error with DEBUG in TinyIRReceiver.hpp. 2021-11-29 13:41:03 +01:00
Armin 1619728a7a 3. and last phase renamed .cpp to .hpp. Bumped version to 3.5.0 2021-11-08 10:12:48 +01:00