mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
CarCMD
This commit is contained in:
parent
6375c4eed5
commit
b6e181f7b6
@ -18,6 +18,8 @@
|
||||
#define INFO "IR_FOX TEST"
|
||||
#define SERIAL_SPEED 115200
|
||||
|
||||
constexpr uint8_t cmd_oar_car = CarCmd::stop; // <<<<<<<<< CMD FOR CAR
|
||||
|
||||
//////////////// Var /////////////////
|
||||
|
||||
IR_Decoder decForward(2, 555);
|
||||
@ -246,7 +248,7 @@ void status(IR_Decoder& dec) {
|
||||
testLed = true;
|
||||
testLed_timer = millis();
|
||||
|
||||
encForward.sendData(IR_Broadcast, CarCmd::stop); //<<<<<<<<<<<<<<<<<<<<<<<<<<< CMD IS HERE
|
||||
encForward.sendData(IR_Broadcast, cmd_oar_car);
|
||||
|
||||
|
||||
String str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user