在 LinkIt 7697 的 Arduino 程式庫中, I2C 只能用 master 無法使用 slave
我在宣告中使用 Wire.begin(SLAVE_ADDRESS) 就會有錯誤
看了提供的 Wire.cpp, 發現只有提供
void TwoWire::begin(void)
所以只能用 Master
有沒有辦法讓 7697 變成 I2C slave?