mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-18 15:22:48 +00:00
Completed adding recs80 sending and decoding
I have tested it using two arduinos (one for sending and the other for receiving) and have achieved a 90% (estimate) success rate.
This commit is contained in:
@@ -56,6 +56,7 @@ void encoding (decode_results *results)
|
||||
case AIWA_RC_T501: Serial.print("AIWA_RC_T501"); break ;
|
||||
case PANASONIC: Serial.print("PANASONIC"); break ;
|
||||
case DENON: Serial.print("Denon"); break ;
|
||||
case RECS80: Serial.print("RECS80"); break ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user