Hi,
Thanks for attention.
this is an history from IRAnalysis
.
Wath is difference between xor byte ant xor nibble ?
I look for a simple formula for each to understand differnce...
Math
Search found 2 matches
- Mon Aug 27, 2018 3:18 pm
- Forum: IR Protocols & Codes
- Topic: Checksum problem
- Replies: 3
- Views: 9561
- Fri Aug 24, 2018 2:08 pm
- Forum: IR Protocols & Codes
- Topic: Checksum problem
- Replies: 3
- Views: 9561
Checksum problem
HI, I'm math from france (so sorry for my poor english). I have to pilot my AC Mitsubishi (MSZ-HJ50VA) by arduino. I have decodate IR frames and did this code : typedef enum HvacMode { HVAC_HOT, HVAC_COLD, HVAC_DRY, HVAC_FAN, HVAC_AUTO // used for Toshiba only } HvacMode_t; // HVAC MODE typedef enum...