packages feed

hArduino 1.0 → 1.1

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,14 +1,17 @@ * Hackage: (http://hackage.haskell.org/package/hArduino) * GitHub:  (http://leventerkok.github.com/hArduino) -* Latest Hackage released version: 1.0+* Latest Hackage released version: 1.1 -### Version 1.0, 2016-03-27+### Version 1.1, 2016-03-27  * Unfortunately the Firmata project moved on, and hArduino no longer    works with the latest release of StandardFirmata. This release mainly    makes a note of this fact, and points to an older version of StandardFirmata    that hArduino has been tested against. Volunteers encouraged to    contribute to bring hArduino up-to-date: Contact me if interested!++   In the mean-time, use the following version of StandardFirmata, which is+   known to work with hArduino: (http://github.com/LeventErkok/hArduino/blob/master/StandardFirmata/StandardFirmata.ino)   * Make the pin-capabilities code robust, by explicitly catching    (and ignoring) capabilities we do not know/care about. Previously
hArduino.cabal view
@@ -1,5 +1,5 @@ Name:          hArduino-Version:       1.0+Version:       1.1 Category:      Hardware Synopsis:      Control your Arduino board from Haskell. Description:   hArduino allows Haskell programs to control Arduino boards (<http://www.arduino.cc>)