Changes between Version 15 and Version 16 of wade/raspberryPi


Ignore:
Timestamp:
Sep 20, 2013, 6:56:22 PM (11 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/raspberryPi

    v15 v16  
    9797  *
    9898
    99 
    10099== CNC ==
    101  * http://bb-lcnc.blogspot.tw/2013/09/new-machinekit-image-available.html
     100  * http://bb-lcnc.blogspot.tw/2013/09/new-machinekit-image-available.html
    102101
    103102== GPIO ==
    104  * https://pypi.python.org/pypi/pip
    105  * http://cheng-min-i-taiwan.blogspot.tw/2013/04/raspberry-pi-python.html
    106  * https://code.google.com/p/raspberry-gpio-python/wiki/Outputs
    107  * https://pypi.python.org/pypi/RPi.GPIO
    108  * http://yehnan.blogspot.tw/2012/07/raspberry-pigpioled.html
     103  * https://pypi.python.org/pypi/pip
     104  * http://cheng-min-i-taiwan.blogspot.tw/2013/04/raspberry-pi-python.html
     105  * https://code.google.com/p/raspberry-gpio-python/wiki/Outputs
     106  * https://pypi.python.org/pypi/RPi.GPIO
     107  * http://yehnan.blogspot.tw/2012/07/raspberry-pigpioled.html
     108
     109== mp3 player ==
     110  * http://www.raspberrypi-spy.co.uk/2013/06/raspberry-pi-command-line-audio/
     111{{{
     112     sudo apt-get -y install mpg321
     113     mpg321 test.mp3
     114}}}
    109115
    110116