This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // M5Atom で BME688 のガスセンサ・ヒーターを操作するサンプル | |
| // https://gist.githubusercontent.com/ksasao/5505e0e59a97cde799cf0ed2d2009b2d/raw/ec847139310ed5a3e51c163d95d8062d3e8f5d3d/M5BME688.ino | |
| // 2022/1/6 @ksasao (自分環境用に微調整: MRSa) | |
| // | |
| // 利用デバイス: | |
| // デバイスは、下記などで入手してください | |
| // BME688搭載 4種空気質センサモジュール(ガス/温度/気圧/湿度) | |
| // https://www.switch-science.com/catalog/7383/ | |
| // | |
| // ライブラリの追加: |