Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
puredata:gpio [2020/03/06 18:35]
admin
puredata:gpio [2020/05/12 16:54] (current)
admin [Links]
Line 50: Line 50:
 === Or install pdwiringPi ==== === Or install pdwiringPi ====
  
-An other wiringPi external is that one [[https://github.com/garthz/pdwiringPi]].+An other wiringPi external is that one [[https://github.com/garthz/pdwiringPi]] by Garth ZeglinIt also support PWM over GPIO for the pins: 12, 13, 18, 19.\\
    $ wget https://github.com/garthz/pdwiringPi/archive/master.zip    $ wget https://github.com/garthz/pdwiringPi/archive/master.zip
    $ unzip master.zip    $ unzip master.zip
Line 124: Line 124:
  
 ---- ----
 +==== License ====
  
 +This manual is made by **Wolfgang Spahn** 2020.\\
 +It is licensed under a [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
  
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
  
 +----