下面的代码演示的是让小车直线前进的arduino程序: /*the following codes functions to make the car run forward repeatedly*/ int pin1=8; int pin2=9; int speedpin1=11; int pin3=6; int pin4=7; int speedpin2=10; void setup() { // put your setup code here, to run once: pinMode(