mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-07-28 04:06:45 +00:00
Fix: make send example sequence proper
This commit is contained in:
@@ -67,7 +67,7 @@ void loop() {
|
||||
|
||||
if (stmp[6] == 100) {
|
||||
stmp[6] = 0;
|
||||
stmp[5] = stmp[6] + 1;
|
||||
stmp[5] = stmp[5] + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user