set simhaptic baud to 9600
This commit is contained in:
parent
d054f032fd
commit
32a15eff50
|
|
@ -22,7 +22,7 @@ int effect3 = 0;
|
|||
int effect4 = 0;
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.begin(9600);
|
||||
if (!AFMS.begin()) {
|
||||
Serial.println("Could not find Motor Shield. Check wiring.");
|
||||
while (1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue