Fix markdown

This commit is contained in:
Manolis Surligas 2016-04-24 14:57:09 +03:00
parent cb1f13b85c
commit e7893a4b98
1 changed files with 5 additions and 3 deletions

View File

@ -37,9 +37,11 @@ Words per Minute (WPM) is about 20.
It was designed having as reference the CC1120 chip, but using properly 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. 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: However the FSK framing format should follow the format:
| Preamble | SYNC Word | Payload length | Payload | CRC |
|:-----------------:|:----------:|:--------------:|:--------:|:-------------:| Preamble | SYNC Word | Payload length | Payload | CRC
| x repeating bytes | x bytes | 1 B, 0-255 | variable | 2 B, optional | ----------------- | ---------- | -------------- | -------- | -------------
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` 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. Furthermore, frame payloads can be derived from a `UDP` message source
block. Just use a tool like `netcat` to deliver arbitrary payloads through block. Just use a tool like `netcat` to deliver arbitrary payloads through