EasyManua.ls Logo

Keyestudio 4WD Bluetooth Multi-functional Car - Page 150

Keyestudio 4WD Bluetooth Multi-functional Car
151 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
keyestudio
www.keyestudio.com
148
void loop()
{
if (irrecv.decode(&results))
{//when receiving a button
if(results.value == IR_XunJi_Mode)
{
while(IR_XunJi_Mode)
{
Xunji_Mode();
} //pressing OK on remote controller, and entering remote control mode
}
if(results.value == IR_Self_Control)
{
while(IR_Self_Control)
{
Self_Control(); //pressing OK on remote controller, and entering remote control mode
}
}
if(results.value == IR_IR_Control)
{
while(IR_IR_Control)
{
IR_Control(); //pressing OK on remote controller, and entering remote control mode
}
}

Related product manuals