Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

File metadata and controls

17 lines (12 loc) · 377 Bytes

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);