From e7893a4b983d17248ac6eebf8181a1c5500fd119 Mon Sep 17 00:00:00 2001 From: Manolis Surligas Date: Sun, 24 Apr 2016 14:57:09 +0300 Subject: [PATCH] Fix markdown --- examples/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index cad1058..bf983af 100644 --- a/examples/README.md +++ b/examples/README.md @@ -37,9 +37,11 @@ Words per Minute (WPM) is about 20. It was designed having as reference the CC1120 chip, but using properly the parameters of the FSK encoder/decoder, it can be used as a generic FSK modem. However the FSK framing format should follow the format: - | Preamble | SYNC Word | Payload length | Payload | CRC | - |:-----------------:|:----------:|:--------------:|:--------:|:-------------:| - | x repeating bytes | x bytes | 1 B, 0-255 | variable | 2 B, optional | + + Preamble | SYNC Word | Payload length | Payload | CRC + ----------------- | ---------- | -------------- | -------- | ------------- + x repeating bytes | y bytes | 1 B, 0-255 | variable | 2 B, optional + The flowgraph transmits messages that are produced from the `Debug Message Source` block. Furthermore, frame payloads can be derived from a `UDP` message source block. Just use a tool like `netcat` to deliver arbitrary payloads through