Skip to content

Commit

Permalink
Updates for v1.8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 21, 2017
1 parent c9fd177 commit 6fb9c39
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
1.8.0
---
* **sysfs**
* pause briefly to allow udev rules to apply when exporting PWMPin
* **beaglebone**
* correct uboot installation instructions
* add SPI support
* no more slots, add docs on configuring u-boot overlays
* handle gpio pinmux without relying on specific pre-existing setup
* **pocketbeagle**
* add support for PocketBeagle
* use universal io cape manager to initialize board setup
* improve docs for latest Debian OS
* **build**
* Add dep, change how tests run in CI
* update dependencies to latest GoCV version
* **spi**
* Add MCP3002, MCP3202, MCP3204, MCP3208, MCP3304, MCP3004, and MCP3008 A/D converter drivers
* adding initial support for APA102 LEDs, thanks to code sample from @rakyll
* extract shared SPI init code into spi package
* **up2**
* initial work on support for UP2 board
* **gopigo3**
* fixed set/get bug with motor dps
* **gpio**
* Adding stepper motor module
* **firmata**
* handle cases where out of sync data is read from serial port on first connecting
* **i2c**
* Change init payload sequence within jhd1313m1 driver Start() func.

1.7.1
---
* **sprkplus**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package gobot

const version = "1.7.1"
const version = "1.8.0"

// Version returns the current Gobot version
func Version() string {
Expand Down

0 comments on commit 6fb9c39

Please sign in to comment.