-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Demo User
committed
Oct 5, 2018
1 parent
c002c04
commit f61b0ee
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
librobotcontrol (1.0.3) stable; urgency=low | ||
* correct default pinmux value for UART and SPI to those functions | ||
* fix string length error in rc_spi_loopback_test | ||
* add minimum realization case for PI and P controller in rc_filter_pid | ||
* fix compass heading in 2 DMP orientation options | ||
* fix uninitialized matrix in rc_altitude example | ||
* fix spi randomly breaking due to non-initialized struct | ||
* small documentation improvements | ||
-- James Strawson <[email protected]> Fri, 5 Oct 2018 13:59:00 +0000 | ||
|
||
|
||
librobotcontrol (1.0.2) stable; urgency=low | ||
* Add function rc_filter_duplicate() | ||
* add macro RC_VECTOR_INITIALIZER | ||
|
@@ -15,7 +26,6 @@ librobotcontrol (1.0.1) stable; urgency=low | |
-- James Strawson <[email protected]> Thu, 9 Aug 2018 16:58:00 +0000 | ||
|
||
|
||
|
||
librobotcontrol (1.0.0) stable; urgency=low | ||
* finally, v1.0.0 release! | ||
* rename package to librobotcontrol | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters