Skip to content

Commit

Permalink
Update: Change from STM32 to MM32 for ADC
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshanthad committed Sep 20, 2022
1 parent 2746f3a commit a4a5c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grove/adc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ADC(object):
Args:
address(int): optional, i2c address of the ADC unit, default 0x04
'''
def __init__(self, address = 0x04):
def __init__(self, address = 0x08):
self.address = address
self.bus = grove.i2c.Bus()

Expand Down

0 comments on commit a4a5c9b

Please sign in to comment.