Keyestudio Smart Little Turtle Robot V3 Manual page 217

Table of Contents

Advertisement

www.keyestudio.com
const int servopin = 10;
int myangle;
int pulsewidth;
int val;
char BLE_val;
void setup() {
Serial.begin(9600);
//irrecv.enableIRIn(); // Start the receiver
servopulse(servopin,90);
pinMode(left_ctrl,OUTPUT);
pinMode(left_pwm,OUTPUT);
pinMode(right_ctrl,OUTPUT);
pinMode(right_pwm,OUTPUT);
pinMode(sensor_l,INPUT);
pinMode(sensor_c,INPUT);
pinMode(sensor_r,INPUT);
myMatrix.begin(112);
myMatrix.clear();
myMatrix.writeDisplay();
}
217

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

Table of Contents