If you don't know what this is, have a look at the main README
The test application is written in Go.
GOARM=7 GOARCH=arm GOOS=linux go build -o "twb-hardware-buzzer-push"
If you are on a Mac or Linux machine, you can deploy this script by using scp
onto your Raspberry Pi:
scp -r twb-hardware-buzzer-push [email protected]:twb-hardware-buzzer-push
In our example, the target Pi has the IP address 192.168.4.1
.
Login into the Pi, switch to the correct folder, and execute:
sudo ./twb-hardware-buzzer-push
If everything works fine, the result should look like ...