How do i read multiple bytes with one command on arduino?
古いコメントを表示
I have a CCS811 sensor and the bytes i need are in the same register (0x02), the datasheet says it can be up to 8bytes. there are no commands to read more than 2 bytes in the document, so is there another way than using:
readRegister(dev,[address],[precision])?
I only use the Arduino Toolbox for matlab right now.
1 件のコメント
Eric Prandovsky
2022 年 9 月 7 日
Were you able to get this going? I noticed there is a driver for the CCS811 in the arduino support package for 2022a.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!