Rename encoder motor files drive motor (still broken).

This commit is contained in:
Matt McWilliams 2024-02-17 13:06:51 +00:00
parent 1056e81b82
commit 937cb85141
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define CONTACT_PRINTER
#include <Arduino.h>
#include "EncoderMotor.h"
#include "DriveMotor.h"
class ContactPrinter {