Copyright | (c) Marc Fontaine 2017 |
---|---|
License | BSD3 |
Maintainer | Marc.Fontaine@gmx.de |
Stability | experimental |
Portability | GHC-only |
Safe Haskell | Safe |
Language | Haskell2010 |
This module collects some examples and tests. Unless stated otherwise the output pin is CLK_0.
Documentation
testI2CReading :: IO () Source #
Read the chip registers.
testHopping :: [Frequency] -> IO () Source #
One example for frequency hopping. Here the PLL stays at one frequency and the clock divider is modified.
testClicks1 :: Frequency -> IO () Source #
Switching the PLL causes some loud clicks (unwanted).