This commit is contained in:
Jacob 2024-10-24 08:24:30 -04:00
parent 6a4de74f53
commit 7fc7d028f9
2 changed files with 2 additions and 2 deletions

View File

@ -193,4 +193,4 @@ void interfered_example() {
// . . . // . . .
// Make your own autonomous functions here! // Make your own autonomous functions here!
// . . . // . . .

View File

@ -2,7 +2,7 @@
using namespace ez; using namespace ez;
Drive chassis ( Drive chassis(
{-11, -18, 20}, // Left motor ports. {-11, -18, 20}, // Left motor ports.
{1,8 ,-10}, // Right motor ports. {1,8 ,-10}, // Right motor ports.
7, // IMU port. 7, // IMU port.