9
0
Fork 0

update repo

This commit is contained in:
Silver Kuusik 2018-08-27 09:47:13 +02:00
parent 706192ec7b
commit e18b2f2b87
7 changed files with 3 additions and 3 deletions

0
LICENSE Normal file → Executable file
View File

4
Makefile Normal file → Executable file
View File

@ -1,5 +1,5 @@
#SERIAL_PORT=/dev/tty.SLAB_USBtoUART
SERIAL_PORT=/dev/tty.wchusbserial1410
SERIAL_PORT=/dev/tty.SLAB_USBtoUART
#SERIAL_PORT=/dev/tty.wchusbserial1410
#SERIAL_PORT=/dev/ttyUSB0
all: flash delay libs config update reset

0
README.md Normal file → Executable file
View File

0
boot.py Normal file → Executable file
View File

2
hal.py Normal file → Executable file
View File

@ -32,7 +32,7 @@ class Sumorobot(object):
self.pwm_right = PWM(Pin(4), freq=50, duty=0)
# Bottom status LED
self.status_led = Pin(22, Pin.OUT)
self.status_led = Pin(5, Pin.OUT)
# Bottom status LED is in reverse polarity
self.status_led.value(1)
# Sensor LEDs

0
main.py Normal file → Executable file
View File

0
uwebsockets.py Normal file → Executable file
View File