Untitled

 avatar
unknown
c_cpp
a year ago
125 B
3
Indexable
for (int i = 4; i > 0; i--) {
   motor1.setPosition((gps.speed.kmph()/i) * 4.7);
   motor1.updateBlocking();
   delay(250);
}
Leave a Comment