bus-pirate 0.6 → 0.6.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Hardware/BusPirate/SPI.hs +1/−0
- bus-pirate.cabal +1/−1
System/Hardware/BusPirate/SPI.hs view
@@ -40,6 +40,7 @@ setCS True = SpiM $ command 0x21 setCS False = SpiM $ command 0x20 +-- | Perform a read/write transaction of up to 16 bytes bulkTransfer :: ByteString -> SpiM ByteString bulkTransfer d | BS.null d = return BS.empty
bus-pirate.cabal view
@@ -1,5 +1,5 @@ name: bus-pirate-version: 0.6+version: 0.6.1 synopsis: Haskell interface to the Bus Pirate binary interface homepage: http://www.github.com/bgamari/bus-pirate license: BSD3