Merge pull request #2754 from adafruit/BlitzCityDIY-patch-1
Update picowbell doubler CP example
This commit is contained in:
commit
44a84c575b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ led.direction = Direction.OUTPUT
|
|||
analog_in = AnalogIn(board.A3)
|
||||
|
||||
def get_vsys(pin):
|
||||
return ((pin.value * 3) * 3.3) / 65536
|
||||
return ((pin.value * 3) * 3.3) / 65535
|
||||
|
||||
while True:
|
||||
led.value = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue