AD525x  0.6.0
Library for I2C communication with AD5253 and AD5254 digital potentiometers using an Arduino.
conf.py
Go to the documentation of this file.
1 import sys, os
2 
3 doc_path = os.path.abspath(".")
4 sys.path.append(doc_path)
5 
6 extensions = ["breathe"]
7 breathe_projects = { "ad525x": os.path.join(doc_path, "xml")}
8 breathe_default_project = "ad525x"