kopia lustrzana https://github.com/GuyCarver/MicroPython
Fixed a function
rodzic
1e4cf1b898
commit
68278b02eb
|
@ -222,8 +222,8 @@ class hc05(object):
|
||||||
'''Set class #'''
|
'''Set class #'''
|
||||||
return self._cmd('CLASS=', str(aClass))
|
return self._cmd('CLASS=', str(aClass))
|
||||||
|
|
||||||
def polar( self, aArg ) :
|
def polar( self, av1, av2 ) :
|
||||||
return self._cmd('POLAR=', aArg)
|
return self._cmd('POLAR=', str(av1), hc05._COMMA, str(av2))
|
||||||
|
|
||||||
def qstate( self ) :
|
def qstate( self ) :
|
||||||
'''Get current state'''
|
'''Get current state'''
|
||||||
|
|
Ładowanie…
Reference in New Issue