File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929from collections import OrderedDict
3030
31- OUTPUT_A = 'ttyAMA0 :MA'
32- OUTPUT_B = 'ttyAMA0 :MB'
33- OUTPUT_C = 'ttyAMA0 :MC'
34- OUTPUT_D = 'ttyAMA0 :MD'
31+ OUTPUT_A = 'serial0-0 :MA'
32+ OUTPUT_B = 'serial0-0 :MB'
33+ OUTPUT_C = 'serial0-0 :MC'
34+ OUTPUT_D = 'serial0-0 :MD'
3535
36- INPUT_1 = 'ttyAMA0 :S1'
37- INPUT_2 = 'ttyAMA0 :S2'
38- INPUT_3 = 'ttyAMA0 :S3'
39- INPUT_4 = 'ttyAMA0 :S4'
36+ INPUT_1 = 'serial0-0 :S1'
37+ INPUT_2 = 'serial0-0 :S2'
38+ INPUT_3 = 'serial0-0 :S3'
39+ INPUT_4 = 'serial0-0 :S4'
4040
4141BUTTONS_FILENAME = None
4242EVDEV_DEVICE_NAME = None
4343
4444LEDS = OrderedDict ()
45- LEDS ['blue_led1' ] = 'brickpi: led1:blue:ev3dev '
46- LEDS ['blue_led2' ] = 'brickpi: led2:blue:ev3dev '
45+ LEDS ['blue_led1' ] = 'led1:blue:brick-status '
46+ LEDS ['blue_led2' ] = 'led2:blue:brick-status '
4747
4848LED_GROUPS = OrderedDict ()
4949LED_GROUPS ['LED1' ] = ('blue_led1' ,)
You can’t perform that action at this time.
0 commit comments