work on command definitions

This commit is contained in:
StrangeD0s
2024-07-22 02:04:03 +02:00
parent 957194dc1c
commit 470a179285
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
#define LED_PIN 13
// IR commands (Sony 12bit)
#define POWER 0x15
int POWER = 0x15; //Das ist noch ein Fehler. Eigentlich brauche ich eine Möglichkeit key/value Paare auszulesen.
//#define POWER 0x15
#define PLAY 0x2A
#define PAUSE 0x29
#define STOP 0x28