Changes between Version 39 and Version 40 of PiBotOsInstallation


Ignore:
Timestamp:
Oct 1, 2016, 11:18:37 AM (9 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBotOsInstallation

    v39 v40  
    4141* http://www.savagehomeautomation.com/projects/pi4j-connecting-java-to-the-raspberry-pi.html
    4242* [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]:
    4646     {{{
    4747       mkdir ~/dev;cd ~/dev