Differences

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

Link to this comparison view

Next revision
Previous revision
raspberry:wiring_max5322 [2020/02/15 21:41]
admin created
raspberry:wiring_max5322 [2020/03/05 17:25] (current)
admin [Wiring and the MAX 5322 DAC]
Line 1: Line 1:
 ===== Wiring and the MAX 5322 DAC ==== ===== Wiring and the MAX 5322 DAC ====
  
-The [[https://datasheets.maximintegrated.com/en/ds/MAX5322.pdf|MAX5322]] is an dual 12bit digital to analog converter. One can use this DAC over the GPIO pins of the Raspberry Pi.\\+FIXME 
 + 
 +The [[https://datasheets.maximintegrated.com/en/ds/MAX5322.pdf|MAX5322]] is an dual 12bit SPI digital to analog converter. One can use this DAC over the GPIO pins of the Raspberry Pi with Wiring. [[http://wiringpi.com/|Wiring]] for the Raspberry Pi was written by Gordon Henderson.\\
  
 ---- ----
Line 12: Line 14:
    $ sudo dpkg -i wiringpi-latest.deb    $ sudo dpkg -i wiringpi-latest.deb
 [[http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/]]\\ [[http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/]]\\
- 
----- 
  
 ---- ----
 ==== Links ==== ==== Links ====
  
 +[[http://wiringpi.com/]]\\
 +[[https://github.com/WiringPi/WiringPi]]\\
 +[[https://github.com/WiringPi/WiringPi/blob/master/wiringPi/max5322.c]]\\
  
 ---- ----