mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-13 07:39:22 +08:00
amend changelog
This commit is contained in:
@@ -11,6 +11,9 @@ Please add a note of your changes below this heading if you make a PR
|
||||
|
||||
### Changed
|
||||
* Build system is now tup instead of make
|
||||
* Most code from `lowlevel.c` moved to `axis.cpp`, `encoder.cpp`, `controller.cpp`, `sensorless_estimator.cpp`, `motor.cpp` and the corresponding header files
|
||||
* Refactoring of the developer-facing communication protocol interface. See e.g. `axis.hpp` or `controller.hpp` for examples on how to add your own fields and functions
|
||||
* Change of the user-facing field paths. E.g. `my_odrive.motor0.pos_setpoint` is now at `my_odrive.axis0.controller.pos_setpoint`. Names are mostly unchanged.
|
||||
|
||||
## [0.3.4] - 2018-02-13
|
||||
|
||||
|
||||
@@ -61,7 +61,6 @@ Note that UART is only supported on ODrive v3.3 and higher.
|
||||
- `UART_PROTOCOL_LEGACY`: Use the human-readable legacy protocol
|
||||
Use this option if you control the ODrive with an Arduino. The ODrive Arduino library is not yet updated to the native protocol.
|
||||
- `UART_PROTOCOL_NONE`: Ignore UART communication
|
||||
- `USE_GPIO_MODE_STEP_DIR`: Step/direction control mode (use in conjunction with `UART_PROTOCOL_NONE`)
|
||||
|
||||
<br><br>
|
||||
## Compiling and downloading firmware
|
||||
|
||||
Reference in New Issue
Block a user