mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-20 08:12:53 +00:00
Merging Sharp
This commit is contained in:
@@ -49,6 +49,11 @@ void dump(decode_results *results) {
|
||||
Serial.print(results->panasonicAddress,HEX);
|
||||
Serial.print(" Value: ");
|
||||
}
|
||||
else if (results->decode_type == SHARP) {
|
||||
Serial.print("Decoded SHARP - Address: ");
|
||||
Serial.print(results->sharpAddress,HEX);
|
||||
Serial.print(" Value: ");
|
||||
}
|
||||
else if (results->decode_type == LG) {
|
||||
Serial.print("Decoded LG: ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user