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