25.10.2024, 10:30
int16 is signed (-32768..32767), uint16 is unsigned (0..65535). If the documentation specifies value range which can be negative then use int16. Both data types can be used if the actual value range is 0..32767.
You can set custom value for 1 bit values. Use 0 for false/off and 1 for true/on.
You can set custom value for 1 bit values. Use 0 for false/off and 1 for true/on.