We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f32c5 commit 3ff924bCopy full SHA for 3ff924b
m5stack/libs/unit/adc_v11.py
@@ -27,7 +27,7 @@ def _available(self):
27
raise UnitError("ADC V1.1 Unit not found in Grove")
28
29
def get_voltage(self):
30
- data = self.get_adc_raw_value
+ data = self.get_adc_raw_value()
31
vol = (
32
data
33
* 2.048
0 commit comments