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 Both sides next revision
raspberry:dac_mcp4802-22 [2020/10/09 22:27]
admin [Links]
raspberry:dac_mcp4802-22 [2020/10/16 21:51]
admin [Commandline Test]
Line 26: Line 26:
  
 ---- ----
-==== Commandline Test ====+==== with Commandline ====
  
 to output some voltage: to output some voltage:
   $ echo -ne "\x1F\xFF" > /dev/spidev0.1   $ echo -ne "\x1F\xFF" > /dev/spidev0.1
 +
 +----
 +==== with BCM2835 Library ====
 +[[https://www.airspayce.com/mikem/bcm2835/]]\\
 +[[https://www.youtube.com/watch?v=0QcteUtzB4o]]\\
 +
 +
 +----
 +==== with WiringPi ====
 +
  
 ---- ----