Skip to content

Commit 7d61d4a

Browse files
committed
fix/unit/adc&dac: Conflict with the ADC\DAC class of the machine
Signed-off-by: lbuque <[email protected]>
1 parent af01cd0 commit 7d61d4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

m5stack/libs/unit/adc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from driver.ads1100 import ADS1100 as ADC
1+
from driver.ads1100 import ADS1100 as ADCUnit

m5stack/libs/unit/dac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from driver.mcp4725 import MCP4725 as DAC
1+
from driver.mcp4725 import MCP4725 as DACUnit

0 commit comments

Comments
 (0)