-
Notifications
You must be signed in to change notification settings - Fork 98
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
Showing
2 changed files
with
8 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -3,6 +3,13 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v0.6 - 15 November 2019 | ||
- gw.py: Big overhaul of underlying Python package | ||
- Action (read, write, update) must come first on the command line | ||
- eg. "python3 gw.py read --ecyl=39 foo.scp COM3" | ||
- gw.py: New action "delays" to print/set delay parameters | ||
- eg. "python3 gw.py delays --step=10000" to increase step time to 10ms | ||
|
||
** v0.5 - 11 November 2019 | ||
- USB: Overhaul the protocol and allow writes to be terminated at index | ||
- Terminate-at-index is always used by current Python control script | ||
|