1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00

build: updates for release 1.10

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2018-04-20 16:58:56 +02:00
parent 06e1cbaf58
commit 73069e4345
2 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,33 @@
1.10.0
---
* **docs**
* add gitter badge to readme
* **gpio**
* AIP1640 led driver, used in Wemos D1 mini's matrix LED shield
* **spi**
* switch to using periph.io for SPI interfaces
* add support for ssd1306
* add optional params such as bus/chip to all current drivers
* complete refactoring to spi.Connection
* remove unneeded code as suggested by @maruel
* remove unneeded type and cleanup GoDocs
* **ble**
* correct spelling error in function name
* **build**
* update to latest version of Go 1.10 for Travis build
* **cli**
* remove extra newline
* **docs**
* add recently contributed GPIO devices to README
* **joystick**
* able to configure joysticks without external json file
* correct error in scanning script
* correct events used by gamepad-style up/down/left/right buttons
* correct scanner error from ID
* removed double release event
* **tello**
* add support for DJI Tello drone
1.9.0
---
* **beaglebone**

View File

@ -1,6 +1,6 @@
package gobot
const version = "1.9.0"
const version = "1.10.0"
// Version returns the current Gobot version
func Version() string {