1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

version bump to 0.3.3, cleaning up stuff left over in fixing #40, start of implementing #56

This commit is contained in:
Robert Wolterman
2017-01-28 05:41:05 +00:00
parent 40381efa74
commit 3ff79d43e3
7 changed files with 30 additions and 97 deletions

View File

@ -1,3 +1,9 @@
0.3.3
----
* Added Debug printing for all the capabilities with the toggle_debug() function
* Added 2 functions from @streamnsight for PWM that allow for setting the period of the PWM and the Pulse Width, both in nanoseconds
* Fixed the SPI2 overlay stuff by using the NTC overlay instead of mine.
0.3.2
----
* Fixing issue #53 to handle the return values of the set functions in pwm_enable.