diff options
Diffstat (limited to 'Network')
-rw-r--r-- | Network/EBus/Layer2.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Network/EBus/Layer2.hs b/Network/EBus/Layer2.hs index 04d652c..d91bcc7 100644 --- a/Network/EBus/Layer2.hs +++ b/Network/EBus/Layer2.hs @@ -1,3 +1,14 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Network.EBus.Layer2 +-- Copyright : Yves Fischer 2012 +-- License : BSD3 +-- +-- Stability : experimental +-- Portability : portable +-- +-- This module contains a Attoparsec based Parser for eBus Layer 2 + module Network.EBus.Layer2( ebusParserLayer2, EbusPacket, |