From e18b2f2b87694cdbe545dafc09fed8c39c73541b Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Mon, 27 Aug 2018 09:47:13 +0200 Subject: [PATCH] update repo --- LICENSE | 0 Makefile | 4 ++-- README.md | 0 boot.py | 0 hal.py | 2 +- main.py | 0 uwebsockets.py | 0 7 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Makefile mode change 100644 => 100755 README.md mode change 100644 => 100755 boot.py mode change 100644 => 100755 hal.py mode change 100644 => 100755 main.py mode change 100644 => 100755 uwebsockets.py diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 552f400..947d178 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/boot.py b/boot.py old mode 100644 new mode 100755 diff --git a/hal.py b/hal.py old mode 100644 new mode 100755 index 22003e4..26026f6 --- a/hal.py +++ b/hal.py @@ -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 diff --git a/main.py b/main.py old mode 100644 new mode 100755 diff --git a/uwebsockets.py b/uwebsockets.py old mode 100644 new mode 100755