frp-arduino-0.1.1.0: Arduino programming without the hassle of C.

Safe HaskellSafe
LanguageHaskell2010

Arduino.Library.Time

Synopsis

Documentation

accumulator :: Stream Word -> Stream Word -> Stream () Source #

The snippet

accumulator limitStream deltaStream

creates a stream that produces a unit value every time the accumulated deltas have reached the limit.