update repo
This commit is contained in:
parent
706192ec7b
commit
e18b2f2b87
4
Makefile
Normal file → Executable file
4
Makefile
Normal file → Executable file
@ -1,5 +1,5 @@
|
|||||||
#SERIAL_PORT=/dev/tty.SLAB_USBtoUART
|
SERIAL_PORT=/dev/tty.SLAB_USBtoUART
|
||||||
SERIAL_PORT=/dev/tty.wchusbserial1410
|
#SERIAL_PORT=/dev/tty.wchusbserial1410
|
||||||
#SERIAL_PORT=/dev/ttyUSB0
|
#SERIAL_PORT=/dev/ttyUSB0
|
||||||
|
|
||||||
all: flash delay libs config update reset
|
all: flash delay libs config update reset
|
||||||
|
2
hal.py
Normal file → Executable file
2
hal.py
Normal file → Executable file
@ -32,7 +32,7 @@ class Sumorobot(object):
|
|||||||
self.pwm_right = PWM(Pin(4), freq=50, duty=0)
|
self.pwm_right = PWM(Pin(4), freq=50, duty=0)
|
||||||
|
|
||||||
# Bottom status LED
|
# Bottom status LED
|
||||||
self.status_led = Pin(22, Pin.OUT)
|
self.status_led = Pin(5, Pin.OUT)
|
||||||
# Bottom status LED is in reverse polarity
|
# Bottom status LED is in reverse polarity
|
||||||
self.status_led.value(1)
|
self.status_led.value(1)
|
||||||
# Sensor LEDs
|
# Sensor LEDs
|
||||||
|
0
uwebsockets.py
Normal file → Executable file
0
uwebsockets.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user