mirror of
https://github.com/PotentiaRobotics/engine-software.git
synced 2025-04-21 04:20:17 -04:00
Update MasterCode.ino
This commit is contained in:
parent
4953064d8e
commit
b87e3f6be0
|
@ -11,6 +11,7 @@ String incomingBytes2 = "";
|
||||||
int readPls = 0;
|
int readPls = 0;
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial3.begin(115200);Serial2.begin(115200);Serial.begin(115200); // opens serial port, sets data rate to 9600 bps
|
Serial3.begin(115200);Serial2.begin(115200);Serial.begin(115200); // opens serial port, sets data rate to 9600 bps
|
||||||
|
delay(8000); //8 second delay to wait for RPi to run, avoids port busy error on RPi.
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user