Skip to content

Instantly share code, notes, and snippets.

View nunnun's full-sized avatar

Hirotaka Nakajima nunnun

View GitHub Profile
### Keybase proof
I hereby claim:
* I am nunnun on github.
* I am nunnun (https://keybase.io/nunnun) on keybase.
* I have a public key whose fingerprint is 7F63 433B 2273 7E6F FE2E 74B7 CEEF C7E9 752E 6CE9
To claim this, I am signing this object:
@nunnun
nunnun / gist:a705db6a168a4d832f64
Last active May 1, 2019 20:25
サブゼミメモ
http://astrobeano.blogspot.jp/2014/01/gy-80-orientation-sensor-on-raspberry-pi.html
以下のコマンドを実行
sudo -s
echo "i2c-bcm2708" >> /etc/modules
echo "i2c-dev" >> /etc/modules
sed -i "s/^blacklist/#blacklist/g" /etc/modprobe.d/raspi-blacklist.conf
apt-get install i2c-tools python-smbus
exit