Skip to content

Commit

Permalink
Update adc_v11.py ADCV11Unit->AdcV11Unit
Browse files Browse the repository at this point in the history
-AdcV11Unit is the name used in UIFlow 2
  • Loading branch information
pmmarquez authored Oct 31, 2024
1 parent 5b4c321 commit db20bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m5stack/libs/unit/adc_v11.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import time


class ADCV11Unit(ADS1110):
class AdcV11Unit(ADS1110):
def __init__(self, i2c: I2C | PAHUBUnit) -> None:
super().__init__(i2c=i2c)
self._available()
Expand Down

0 comments on commit db20bea

Please sign in to comment.