差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
mp_mma7660 [2021/10/13 21:50] gongyusu [3. MMA7660的驱动程序库] |
mp_mma7660 [2021/10/13 21:54] (当前版本) gongyusu |
||
---|---|---|---|
行 2: | 行 2: | ||
### 1. I2C Scan from Maker Pi | ### 1. I2C Scan from Maker Pi | ||
+ | [[https://learn.sparkfun.com/tutorials/i2c/all|Sparkfun上关于I2C的介绍]] | ||
+ | |||
<code python> | <code python> | ||
# This code scans any I2C devices connected to I2C0 at frequency 100kHz | # This code scans any I2C devices connected to I2C0 at frequency 100kHz | ||
行 178: | 行 180: | ||
</code> | </code> | ||
- | ### 2. Maker.io上的文章 | + | ### 3. Maker.io上的文章 |
[[https://www.digikey.com/en/maker/projects/raspberry-pi-pico-and-rp2040-micropython-part-2-i2c-sensor-and-module/b43e7958153f41fc9e7403df4d626ba5|I2C传感器和模块]] | [[https://www.digikey.com/en/maker/projects/raspberry-pi-pico-and-rp2040-micropython-part-2-i2c-sensor-and-module/b43e7958153f41fc9e7403df4d626ba5|I2C传感器和模块]] |