Closed NearMugi closed 6 years ago
Wire.cpp -> TwoWire::begin(int sdaPin, int sclPin, uint32_t frequency) -> i2cInitFix(i2c); で落ちているもよう。
NefryBTでI2C通信ができるようにしたライブラリに変更が必要だった https://github.com/Nefry-Community/arduino-esp32/tree/fix/i2c https://esa-pages.io/p/sharing/3062/posts/943/63bac6a3d50b2f201cd9.html
コンパイルは通っている。 Wire.begin()で落ちているっぽい。