Popularity
2.1
Growing
Activity
0.0
Stable
1
3
0

Monthly Downloads: 2
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

cayene-lpp alternatives and similar packages

Based on the "Web" category.
Alternatively, view cayene-lpp alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cayene-lpp or a related project?

Add another 'Web' Package

README

cayene-lpp

Encode and decode Cayene Low Power Protocol

Usage

import qualified Data.Cayene as C

main :: IO ()
main = do
  let x = (0, AnalogIn 4.48)
  print $ C.decode $ C.encode x