Merging Sharp

This commit is contained in:
Rafi Khan
2015-03-08 00:02:22 -06:00
parent 3dd4ff6f5f
commit 14f4c7af77
5 changed files with 78 additions and 12 deletions

View File

@@ -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: ");
}