mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
26 lines
355 B
Markdown
26 lines
355 B
Markdown
|
# DAC8551
|
||
|
Arduino library for DAC8551 SPI Digital Analog Convertor
|
||
|
|
||
|
## Description
|
||
|
|
||
|
not tested extensively
|
||
|
|
||
|
## Operation
|
||
|
|
||
|
See examples
|
||
|
|
||
|
**demo_hw_spi.ino**
|
||
|
write a sawtooth to channel A followed by a sinus
|
||
|
uses HW SPI
|
||
|
|
||
|
**demo_sw_spi.ino**
|
||
|
write a sawtooth to channel A followed by a sinus
|
||
|
uses SW SPI
|
||
|
|
||
|
**demo_powerdown.ino**
|
||
|
idem
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
more testing
|