diff --git a/boneio-lights_v0_7.yaml b/boneio-lights_v0_7.yaml index 7a1cf53..f5b1020 100644 --- a/boneio-lights_v0_7.yaml +++ b/boneio-lights_v0_7.yaml @@ -37,7 +37,7 @@ packages: 'devices/lm75b.yaml', 'devices/one_wire.yaml', 'devices_v0_7/pcf.yaml', - 'devices/uart_v_0_7.yaml', + 'devices_v0_7/uart.yaml', 'boards_v_0_7/32x10_outputs.yaml', ] diff --git a/devices_v0_7/uart.yaml b/devices_v0_7/uart.yaml index 8ec25b7..9f7c035 100644 --- a/devices_v0_7/uart.yaml +++ b/devices_v0_7/uart.yaml @@ -1,6 +1,6 @@ uart: id: uart_pin3_1 - rx_pin: GPIO3 - tx_pin: GPIO1 + rx_pin: GPIO14 + tx_pin: GPIO15 baud_rate: 9600 stop_bits: 1