amend changelog

This commit is contained in:
Samuel Sadok
2018-03-09 15:08:40 -08:00
parent 9d85854de3
commit ef5a2bc38f
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -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
-1
View File
@@ -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