Digital to Analog conversion with DAC8552. Tested with Raspberry Pi 3 and Waveshare High-Precision AD/DA Board.
var dacConfig = {
csPin: 23,
spiChannel: 1,
};
var d = new DAC8552(dacConfig);
d.sendValue(0, 0xFFFF);| Name | Name | Last commit date | ||
|---|---|---|---|---|
Digital to Analog conversion with DAC8552. Tested with Raspberry Pi 3 and Waveshare High-Precision AD/DA Board.
var dacConfig = {
csPin: 23,
spiChannel: 1,
};
var d = new DAC8552(dacConfig);
d.sendValue(0, 0xFFFF);