name: si-clock version: 0.1.0 author: Marc.Fontaine@gmx.de maintainer: Marc.Fontaine@gmx.de category: HAM,Radio,Si5351,SDR,I2C,Hardware synopsis: An interface to the Silicon Labs Si5351 clock chip description: An experimental interface to the Silicon Labs I2C-programmable any-frequency CMOS clock generator and VCXO. (tested with the Si5351 cip). license: BSD3 license-file: LICENSE cabal-version: >= 1.22 build-type: Simple library default-language: Haskell2010 hs-source-dirs: src exposed-modules: Hardware.SiClock , Hardware.SiClock.Examples , Hardware.SiClock.I2C , Hardware.SiClock.Utils , Hardware.SiClock.Divider , Hardware.SiClock.MorseKeyer , Hardware.SiClock.FSK , Hardware.SiClock.JT65Test build-depends: base >=4.9 && <4.10 , bytestring >=0.10 && < 0.11 , transformers >=0.5 && < 0.6 , time >= 1.6 && < 1.7 , read-env-var >=1.0 , hsI2C >= 0.1 ghc-options: -Wall -O2