This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Home | |
(0x01,0x00); | |
KeyboardLayout | |
(0x02,0x00); | |
Search | |
(0x04,0x00); | |
Snapshot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Serial.println("Edifier Speaker on/off"); | |
irsend.sendNEC(0xFF629D,32); | |
Serial.println("Edifier Volume Up"); | |
irsend.sendNEC(0xFF609F,32); | |
Serial.println("Edifier Volume Down"); | |
irsend.sendNEC(0xFF926D,32); | |
Serial.println("Edifier Mute"); |