Skip to content

Digital to Analog conversion with DAC8552

License

Notifications You must be signed in to change notification settings

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

About

Digital to Analog conversion with DAC8552

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •