1
0
Fork 0

Experimental: Changed basespeed to 170.

If it doesn't work change it back to 150.
Dieser Commit ist enthalten in:
Γιώργος Αντρέου 2023-07-01 00:11:15 +03:00
Ursprung 9436b73651
Commit 28b70ee014
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -17,8 +17,8 @@ boolean onoff = false;
//Increasing the maxspeed can damage the motors - at a value of 255 the 6V motors will receive 7,4 V
const uint8_t maxspeeda = 200;
const uint8_t maxspeedb = 200;
const uint8_t basespeeda = 150;
const uint8_t basespeedb = 150;
const uint8_t basespeeda = 170;
const uint8_t basespeedb = 170;
//Set up the drive motor carrier pins
int mode = 8;