We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45c5d4 commit 29f8e13Copy full SHA for 29f8e13
1 file changed
README.md
@@ -24,7 +24,7 @@ This library only supports retrieving measurement values by the serial communica
24
### 測定値の取得
25
以下のようなAPIでセンサモジュールの操作を行うことができます。
26
27
-現時点では、`MH-Z19C`がサポートするCO2濃度の読み取り(コマンド`0x86`)および、セルフキャリブレーションの有効化/無効化の設定(コマンド`0x79`)のみをサポートしています。
+現時点では、MH-Z19シリーズがサポートするCO2濃度の読み取り(コマンド`0x86`)および、セルフキャリブレーションの有効化/無効化の設定(コマンド`0x79`)のみをサポートしています。
28
29
```cpp
30
#include <Arduino.h>
0 commit comments