@@ -16,7 +16,9 @@ Arduino library for COZIR range CO2 sensors.
1616
1717## Description
1818
19- The COZIR library is ** experimental** as not all functionality is tested.
19+ ** Experimental**
20+
21+ The COZIR library is experimental as not all functionality is tested.
2022The polling mode as used in the examples is tested in the past by DirtGambit.
2123** CO2meter.com** sponsored a ** COZIR GC0034** to start hands on testing (2022-02).
2224This sensor does not support all commands, but as the pattern of the commands
@@ -31,7 +33,7 @@ See COZIRParser below.
3133The COZIR class is focussed on polling and sending commands.
3234
3335
34- #### Notes
36+ ### Notes
3537
3638- Read the datasheet before using this library.
3739It helps to understand the working of the COZIR sensor.
@@ -44,7 +46,7 @@ It needs to be set to **CZR_POLLING** mode.
4446- Not all COZIR devices support all calls of this library.
4547
4648
47- #### Related
49+ ### Related
4850
4951- https://emariete.com/en/sensor-co2-mh-z19b/
5052- https://emariete.com/en/sensor-co2-low-consumption-mh-z1311a-winsen/
@@ -242,9 +244,10 @@ See examples.
242244
243245#### Must
244246
247+ - improve documentation
248+
245249#### Should
246250
247- - improve documentation
248251- COZIR Parser
249252 - separate readme.md
250253 - separate .h and .cpp
@@ -276,7 +279,7 @@ Class to parse the output of a COZIR sensor in stream mode.
276279
277280## Description
278281
279- (added in 0.3.4, experimental )
282+ ** Experimental ** (added in 0.3.4)
280283
281284The COZIRparser object has a main function called ** nextChar(c)**
282285It needs to be called with all incoming characters from the sensor.
0 commit comments