You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-34Lines changed: 8 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# rover-Embedded-Lib
1
+
# astra-embedded-lib
2
2
3
3
Standardizing ASTRA's embedded code.
4
4
@@ -20,7 +20,6 @@ team-wide constants, just to name a few. Here are a few examples:
20
20
*`parseInput(const String, std::vector<String>&)`: takes input from USB or UART and separates it into the vector, using commas as delimiters. Very useful for dealing with commands and data input from other mcu's.
21
21
*`CAN_sendDutyCycle(uint8_t, AstraCAN&)`: Formats and sends a CAN packet to a REV motor controller with a duty cycle. All communication with REV motor controllers should reside in `AstraREVCAN.{h,cpp}`.
22
22
*`isCalibrated(Adafruit_BNO055&)`: Attempts to check whether the BNO has been calibrated in EEPROM.
23
-
*`COMMS_UART`: Macro for the UART interface used by each MCU.
24
23
*`SERIAL_BAUD`: Standard baudrate for USB Serial used by all of ASTRA's mcu's.
25
24
26
25
## Usage in PlatformIO
@@ -29,16 +28,16 @@ team-wide constants, just to name a few. Here are a few examples:
29
28
30
29
1. Add the following line to `lib_deps` in your `/platformio.ini`:
0 commit comments