密码保护:WAYDO少儿智能创客培训中级 第20课 超声波避障
● 课程课件 第20课-超声波避障 ● 课程程序 #include <Servo.h> int Left_motor_go = 6; //左电机前进(IN1) int...
Read Moreby Judson Leigh | 10月 16, 2022 | 中级课程 | 0 |
● 课程课件 第20课-超声波避障 ● 课程程序 #include <Servo.h> int Left_motor_go = 6; //左电机前进(IN1) int...
Read Moreby Judson Leigh | 10月 3, 2022 | 中级课程 | 0 |
● 课程课件 第19课-红外避障 ● 课程程序 int Left_motor_go = 6; //左电机前进(IN1) int Left_motor_back = 5; //左电机后退(IN2)...
Read Moreby Judson Leigh | 9月 16, 2022 | 中级课程 | 0 |
● 课程课件 第18课-小车循迹 ● 课程程序 int Left_motor_go = 6; //左电机前进(IN1) int Left_motor_back = 5; //左电机后退(IN2)...
Read Moreby Judson Leigh | 9月 1, 2022 | 中级课程 | 0 |
● 课程课件 第17课-花样行走 ● 课程程序 int Left_motor_go = 6; //左电机前进(IN1) int Left_motor_back = 5; //左电机后退(IN2)...
Read Moreby Judson Leigh | 8月 19, 2022 | 中级课程 | 0 |
● 课程课件 第15课-远程遥控 ● 课程程序 #include <Servo.h> #define SG90_PIN 3 //SG90接口编号 #define HCSR04_TRIG...
Read Moreby Judson Leigh | 8月 4, 2022 | 中级课程 | 0 |
● 课程课件 第14课-摇杆遥控 ● 课程程序 #include <Servo.h> #define SG90_PIN 3 //SG90接口编号 #define HCSR04_TRIG...
Read Moreby Judson Leigh | 7月 27, 2022 | 中级课程 | 0 |
● 课程课件 第13课-周边探测 ● 课程程序 #include <Servo.h> #define SG90_PIN 3 //SG90接口编号 #define HCSR04_TRIG...
Read Moreby Judson Leigh | 7月 22, 2022 | 中级课程 | 0 |
● 课程课件 第12课-超声波测距 ● 课程程序 #define HCSR04_TRIG 9 //超声波传感器发射端接口编号 #define HCSR04_ECHO 8...
Read Moreby Judson Leigh | 2月 26, 2022 | 中级课程 | 0 |
● 课程课件 第11课-蓝牙通讯 ● 课程程序 #define LEDPIN_GREEN 5 //绿色LED灯接口编号 #define LEDPIN_RED 6 //红色LED灯接口编号 int...
Read Moreby Judson Leigh | 2月 21, 2022 | 中级课程 | 0 |
● 课程课件 第10课-压力检测仪 ● 课程程序 #define PRESSURE_PIN A5 //压力传感器接口编号 int LedPins = {3, 5, 6, 9};...
Read Moreby Judson Leigh | 2月 11, 2022 | 中级课程 | 0 |
● 课程课件 第9课-自制压力检测模块 ● 课程程序 #define PRESSURE_PIN A5 //压力传感器接口编号 void setup() { Serial.begin(9600);...
Read More
近期评论