Skip to content

framework-circuitpython/frk_analogout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frk_analogout

This is an DAC driver for framework for CircuitPython. It is a light wrapper over the analogio CircuitPython core module.

Usage

In your project conf.py file, include an AnalogOut driver.

# conf.py
conf = {
    'DAC':
        {'driver': 'AnalogOut',
         'pin':
             {'my_dac': 'A0'}
    }
}

About

Analog out driver for framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages