Commit 3d9ead30 authored by carbon's avatar carbon

duos: set B17 to low level for hardware V1.1

parent 0e0b8efb
...@@ -17,6 +17,10 @@ function set_gpio() ...@@ -17,6 +17,10 @@ function set_gpio()
echo ${gpio_val} > ${gpio_path}/value echo ${gpio_val} > ${gpio_path}/value
} }
# Hardware V1.1
gpio_b17=465
set_gpio ${gpio_b17} 0
# Host Wake BT # Host Wake BT
host_wake_bt=362 host_wake_bt=362
set_gpio ${host_wake_bt} 1 set_gpio ${host_wake_bt} 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment