|
LevelMeter-Display
2.0
An ultrasonic Level Meter for Stormwater Cisterns
|
Description of a Bluetooth Packet. More...
Data Fields | |
| uint8_t | checksum |
| The checksum from packetType to dataLengthH. More... | |
| uint8_t | data [] |
| uint8_t | dataLengthH |
| The higher byte of the data length. More... | |
| uint8_t | dataLengthL |
| The lower byte of the data length. More... | |
| uint8_t | opcode |
| uint8_t | packetType |
| uint8_t | startDelimiter |
| Is STX (0x02) in a Bluetooth frame. More... | |
Description of a Bluetooth Packet.
| uint8_t checksum |
The checksum from packetType to dataLengthH.
| uint8_t data[] |
| uint8_t dataLengthH |
The higher byte of the data length.
| uint8_t dataLengthL |
The lower byte of the data length.
| uint8_t opcode |
| uint8_t packetType |
| uint8_t startDelimiter |
Is STX (0x02) in a Bluetooth frame.
1.8.4