From 9332c933fc05f42882640c9a4e35fab09854af84 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Sat, 9 Mar 2019 21:25:56 +0100 Subject: Board: Client Test Suite Initial Commit --- scripts/PYTHON_SOFTWARE/test/helpers/button_script.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/PYTHON_SOFTWARE/test/helpers/button_script.sh (limited to 'scripts/PYTHON_SOFTWARE/test/helpers/button_script.sh') diff --git a/scripts/PYTHON_SOFTWARE/test/helpers/button_script.sh b/scripts/PYTHON_SOFTWARE/test/helpers/button_script.sh new file mode 100644 index 0000000..6908f22 --- /dev/null +++ b/scripts/PYTHON_SOFTWARE/test/helpers/button_script.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +i2cset -f -y 1 0x2d 0x40 0x31 +i2cset -f -y 1 0x2d 0x50 0xff +i2cget -f -y 1 0x2d 0x50 -- cgit v1.1