星期三, 5月 06, 2015

Arduino 無法接收 repeated start 的問題

參考:
https://github.com/arduino/Arduino/issues/848

把 twi.c 的 468 行:
    twi_stop();
comment 掉就行了:
    //twi_stop();