Skip to content

CenturyGIS/DAC8552

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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