Skip to content

Instantly share code, notes, and snippets.

View tdowgielewicz's full-sized avatar

Tomasz Dowgielewicz tdowgielewicz

  • Gdańsk Poland
View GitHub Profile
@lexruee
lexruee / bluetooth raspberry-pi
Created January 22, 2015 05:12
install bluetooth and pybluez
sudo apt-get update
sudo apt-get install python-pip python-dev ipython
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez