Experimental: Changed basespeed to 170.
If it doesn't work change it back to 150.
这个提交存在于:
父节点
9436b73651
当前提交
28b70ee014
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
@ -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;
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用