Skip to content

A driver stub for AD572x digital potentiometers using STM32's HAL

License

Notifications You must be signed in to change notification settings

Spirit532/AD572x_STM32_HAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AD572x.h

A driver stub for AD572x digital potentiometers using STM32's HAL

Usage:

AD527X_enable_wiper(&hi2c1, AD527X_ADDRESS_GND);
AD527X_write_rdac(&hi2c1, AD527X_ADDRESS_GND, 111);
bool ok = (AD527X_read_rdac(&hi2c1, AD527X_ADDRESS_GND) == 111);

About

A driver stub for AD572x digital potentiometers using STM32's HAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages