Aktualisieren von README.md
This commit is contained in:
parent
f1cce0faa7
commit
ed9b8c539a
|
|
@ -49,6 +49,7 @@ The calculation of the checksum is basically the same as before, but the inverte
|
||||||
crc = (~(value ^ (value >> 4) ^ (value >> 8))) & 0x0F;
|
crc = (~(value ^ (value >> 4) ^ (value >> 8))) & 0x0F;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
...I have to rework the receiver part of the code. RX Frame encoding is weak.
|
||||||
---
|
---
|
||||||
|
|
||||||
## RMT on the ESP32
|
## RMT on the ESP32
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue