@@ -81,11 +81,11 @@ and any other applications that may cause personal injury due to the product's f
8181```
8282 TOPVIEW ACD3100
8383 +--------------------+
84- pin 6 | o |
85- pin 5 | o o | pin 1
86- | o | pin 2
87- | o | pin 3
88- | o | pin 4
84+ pin 5 | o |
85+ | o o | pin 1
86+ | o o | pin 2
87+ | o o | pin 3
88+ | o o | pin 4
8989 | |
9090 +--------------------+
9191```
@@ -235,9 +235,6 @@ Use 5~10 milliseconds above the minimal value the sensor still works.
235235Read the datasheet about calibration process (twice).
236236Incorrect calibration leads to incorrect output.
237237
238- - ** bool setCalibrationMode(uint8_t mode)** 0 = manual mode, 1 = automatic mode.
239- Returns false if mode out of range ( > 1).
240- - ** uint8_t readCallibrationMode()** return set mode.
241238- ** void setManualCalibration(uint16_t value)** as the range of the device is
242239from 400 to 5000, the parameter value should be in this range.
243240- ** uint16_t readManualCalibration()** read back the set manual calibration value.
@@ -250,9 +247,9 @@ Note: One should wait 5 milliseconds between the calibration calls (see datashee
250247- ** void factoryReset()** idem.
251248- ** bool readFactorySet()** Read back if factory reset was successful.
252249- ** uint32_t readFirmwareVersion(char \* arr)** copies firmware version in array.
253- Minimum length is 11.
250+ Minimum length off arr is 11.
254251- ** uint32_t readSensorCode(char \* arr)** copies sensor code in array.
255- Minimum length is 11.
252+ Minimum length of arr is 11.
256253
257254
258255#### Debug
@@ -265,19 +262,14 @@ Minimum length is 11.
265262#### Must
266263
267264- improve documentation
268- - get hardware to test
265+ - get hardware to test (See ACD10 # 11 )
269266
270267#### Should
271268
272- - investigate the acquisition time of 80 milliseconds
273- - can it be made shorter by default?
274- - improve error handling
269+ - keep in sync with ACD10 where possible.
275270
276271#### Could
277272
278- - rethink function names?
279- - create unit tests if possible
280-
281273#### Wont
282274
283275
0 commit comments