From f2ac378b079a1cecfd0a22296d9bc00fefa4708c Mon Sep 17 00:00:00 2001 From: Demo User Date: Thu, 9 Jan 2020 15:27:09 -0600 Subject: [PATCH] uart configuration file added --- config-uart-pins.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 config-uart-pins.sh diff --git a/config-uart-pins.sh b/config-uart-pins.sh new file mode 100755 index 0000000..d950f4b --- /dev/null +++ b/config-uart-pins.sh @@ -0,0 +1,18 @@ +#!/bin/bash +#uart1 +config-pin P9_24 uart +config-pin -q P9_24 +config-pin P9_26 uart +config-pin -q P9_26 + +#uart2 +config-pin P9_21 uart +config-pin -q P9_21 +config-pin P9_22 uart +config-pin -q P9_22 + +#uart4 +config-pin P9_13 uart +config-pin -q P9_13 +config-pin P9_11 uart +config-pin -q P9_11 \ No newline at end of file