Skip to content

Commit

Permalink
#37 fixed header links and alt
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Aug 21, 2019
1 parent 91ef265 commit ecd8d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/ble.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ raw data. The first byte format is:

| **Bit** | **Function**|
| --------- |--------------|
| 7 | Start|
| 5-6 | PID|
| 0-4 | Length|
| 7 | Start |
| 5-6 | PID |
| 0-4 | Length |
| ---------| --------------|

*PID* (packet identifier) is incremented for every CRTP packet. It permits to make sure no
Expand Down
6 changes: 3 additions & 3 deletions docs/syslink.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Packets are organized in groups to ease routing in firmwares:

| Group | Name | Description|
| -------| ---------------------------------| ---------------------------------------------------|
| 0x00 | [RADIO](#radio_packets) | Radio related packets. For data and configuration|
| 0x10 | [PM](#power_management_packets) | Power management|
| 0x20 | [OW](#one_wire_packets) | One wire memory access|
| 0x00 | [RADIO](#radio-packets) | Radio related packets. For data and configuration|
| 0x10 | [PM](#power-management-packets) | Power management|
| 0x20 | [OW](#one-wire-packets) | One wire memory access|

A packet type has its group in the high nibble and the type in the low
nibble. In the rest of the page packet type are written with group.
Expand Down

0 comments on commit ecd8d02

Please sign in to comment.