From e89a5d4033da14bbbc85d2cd134eba173c73459c Mon Sep 17 00:00:00 2001 From: Jeroen88 Date: Sat, 29 Oct 2022 12:04:37 +0200 Subject: [PATCH] Changed s8 into int8_t in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8498fb0..c9480f6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ All these functions take an OpenTherm DATA-ID as _first_ parameter. The DATA-ID - ```uint16_t``` marked as u16 in the comments - ```int16_t``` marked as s16 - ```float``` marked as f8.8 (because actually it is an ```int16_t / 256.0```) -- Two times a ```uint8_t``` marked as flag8, u8 or s8. If it is a flag the meaning of bits is defined in an enum class with a name ending in _FLAG, e.g. ```enum class STATUS_FLAGS``` +- Two times an ```uint8_t``` marked as flag8 or u8, or an ```int8_t``` as s8. If it is a flag the meaning of bits is defined in an enum class with a name ending in _FLAG, e.g. ```enum class STATUS_FLAGS``` ## Error handling The function ```error()``` is used to get information about the last call to one of the functions ```read()```, ```write()``` or ```readWrite()```. All these functions return ```false``` if an -- libgit2 0.21.4