Merge branch 'crash7-master' into experimental

Conflicts:
	IRremote.h
This commit is contained in:
Rafi Khan
2015-03-08 21:12:08 -06:00
8 changed files with 195 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ void dump(decode_results *results) {
}
else if (results->decode_type == JVC) {
Serial.print("Decoded JVC: ");
}
else if (results->decode_type == AIWA_RC_T501) {
Serial.print("Decoded AIWA RC T501: ");
}
else if (results->decode_type == WHYNTER) {
Serial.print("Decoded Whynter: ");