|
|
发表于 2014-4-23 15:00:11
|
显示全部楼层
一叶萧然 发表于 2014-4-23 14:54 
但是对于arsuino2560的板子,串口怎么接呢?应该是不需要TX 和 RX的串口的,但是直接连接SCL 和 SDL口 ...
2650 就更方便, 我也有 2650 及 DUE, 有多個串口可用, 只要不用 Serial0, 可以不用拔掉而 upload sketch.
Serial: 0 (RX) and 1 (TX); Serial 1: 19 (RX) and 18 (TX); Serial 2: 17 (RX) and 16 (TX); Serial 3: 15 (RX) and 14 (TX). Used to receive (RX) and transmit (TX) TTL serial data. Pins 0 and 1 are also connected to the corresponding pins of the ATmega8U2 USB-to-TTL Serial chip.
我也發覺它的 i2c 引腳是沒意義的, 不可以經 i2c 直接讀取 6050 的資料. |
|