mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 11:14:08 +05:30
Added more comments to MegaRobogaiaPololu sketch
This commit is contained in:
parent
4d58c7be36
commit
603154c1a9
@ -142,7 +142,7 @@
|
||||
int mode = 0;
|
||||
int index = 0;
|
||||
|
||||
// Variable hold an input character
|
||||
// Variable to hold an input character
|
||||
char chr;
|
||||
|
||||
// Variable to hold the current single-character command
|
||||
@ -314,7 +314,7 @@ void loop() {
|
||||
}
|
||||
}
|
||||
|
||||
// If we using base control, run a PID calculation at the appropriate intervals
|
||||
// If we are using base control, run a PID calculation at the appropriate intervals
|
||||
#ifdef USE_BASE
|
||||
if (millis() > nextPID) {
|
||||
updatePID();
|
||||
|
Loading…
x
Reference in New Issue
Block a user