Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akouz committed Dec 31, 2023
1 parent c44a7d6 commit f279dc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Protocol/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

# HBus protocol

Matching code:
* [NodeTest rev 1.15](https://github.com/akouz/HBus/tree/master/NodeTest)
rev 1.5, matching code:
* WiFi Gateway sketch [WiFiGw.ino rev 1.10](https://github.com/akouz/HBus/tree/master/Devices/03_WiFi_Gateway/WiFiGw)
* [Arduino firmware core rev 1.1](https://github.com/akouz/HBus/tree/master/HBnodeMiniPro)

rev 1.6 differs by extended DESCR command; matching code:
* [NodeTest rev 1.16](https://github.com/akouz/HBus/tree/master/NodeTest)
* [HBnode_DD32 rev 1.1](https://github.com/akouz/HBnode/tree/main/AVR64DD32/Sketches/HBnode_DD32)

## Byte-stuffing

Code 0x1B (eg ESC symbol) marks the beginning of a 2-byte sequence. The following byte pairs are defined:
Expand Down

0 comments on commit f279dc5

Please sign in to comment.