Changes between Version 39 and Version 40 of PiBotOsInstallation
- Timestamp:
- Oct 1, 2016, 11:18:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v39 v40 41 41 * http://www.savagehomeautomation.com/projects/pi4j-connecting-java-to-the-raspberry-pi.html 42 42 * [https://www.youtube.com/watch?v=grItDpy3TRM video tutorial] 43 =Doesn't wiringpi get installed as part of Pi4j install??? If not:44 * Install git: {{{ sudo apt-get install git }}}45 * Install [http://wiringpi.com/ wiringPi]:43 * Doesn't wiringpi get installed as part of Pi4j install??? If not: 44 * Install git: {{{ sudo apt-get install git }}} 45 * Install [http://wiringpi.com/ wiringPi]: 46 46 {{{ 47 47 mkdir ~/dev;cd ~/dev