9/22/23 start

This commit is contained in:
Cole Deck
2023-09-22 17:43:02 -05:00
parent 109b2c92c4
commit b4e999475e
4 changed files with 183 additions and 66 deletions

View File

@ -30,7 +30,7 @@ typedef Print SabertoothStream;
#if defined(USBCON)
#define SabertoothTXPinSerial Serial1 // Arduino Leonardo has TX->1 on Serial1, not Serial.
#else
#define SabertoothTXPinSerial Serial
#define SabertoothTXPinSerial Serial2
#endif
#define SyRenTXPinSerial SabertoothTXPinSerial