www.keyestudio.com
void loop() {
if(Serial.available()>0)
{
BLE_val = Serial.read();
Serial.println(BLE_val);
}
switch(BLE_val)
{
case 'F': car_front();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_front2);
break;
case 'B': car_back();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_back2);
break;
case 'L': car_left();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_left2);
218
Need help?
Do you have a question about the Smart Little Turtle Robot V3 and is the answer not in the manual?
Questions and answers