Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@satzz
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satzz/30d418fe81415bdb1cd4 to your computer and use it in GitHub Desktop.
Save satzz/30d418fe81415bdb1cd4 to your computer and use it in GitHub Desktop.
Raspberry Piを入手したらやること ref: http://qiita.com/satzz@github/items/d203ca8b0c00f8ccd1e1
$ vi ~/.ssh/config
Host pi1
HostName XXX.XX.X.XXX
User pi
Host pi2
HostName XXX.XX.X.XXX
User pi
$ ssh pi1
$ cd
$ git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
$ cd Adafruit-Raspberry-Pi-Python-Code/Adafruit_DHT_Driver_Python
$ sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment