我找到了这个问题的旧答案,但上述帖子中提供的说明已不再有效......基本上,存储NumPy for IronPython的URL已被破坏.
我有一个关于覆盆子pi 2的位敲击的问题我已经完成了所有这些步骤:
*sudo nano /etc/modprobe.d/raspi-blacklist.conf //#blacklist i2c-bcm2708
Run Code Online (Sandbox Code Playgroud)
*sudo nano /etc/modules //Add the Line i2c-dev at the end of the file.*编辑/boot/cmdline.txt文件:sudo nano /boot/cmdline.txt//在行末尾添加 bcm2708.vc_i2c_override=1 ,当我运行时,ls /dev/i2c* 我只获得 /dev/i2c-1.任何想法?即时通讯使用Raspberry pi 2.thanks
我期待看到/dev/i2c-1和/dev/i2c-0,而不是唯一的/dev/i2c-1.