si-clock-0.1.3.1: An interface to the Silicon Labs Si5351 clock chip

Copyright(c) Marc Fontaine 2017
LicenseBSD3
MaintainerMarc.Fontaine@gmx.de
Stabilityexperimental
PortabilityGHC-only
Safe HaskellSafe
LanguageHaskell2010

Hardware.SiClock.JT65Test

Description

This Module contains an example for transmitting a JT65 message. The message is a hardcoded 'hello world'. This Module does NOT contain an implementation of the JT65 codec. (The codec is in the jt65Codec package.)

Synopsis

Documentation

jt65SendHelloWorld :: Frequency -> Synth () Source #

Send a JT65 'hello world' on a given frequency. The transmission starts at beginning of the next full minute.

hello_world_symbols :: [Word8] Source #

The list of symbols of the 'hello world' message. (acutally not needed.)

hello_world_frequencies :: [Frequency] Source #

The list of pre computed frequencies for the 'hello world' message.

jt65SymbolStartTimes :: [DiffTime] Source #

Symbol start times relative to the full minute.