Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 795 Bytes

File metadata and controls

31 lines (19 loc) · 795 Bytes

Python test script

If you don't know what this is, have a look at the main README

The test script is written in Python.

Deployment on your Raspberry Pi

If you are on a Mac or Linux machine, you can deploy this script by using scp onto your Raspberry Pi:

scp -r * [email protected]:python-test/

In our example, the target Pi has the IP address 192.168.4.1.

Start the script

Login into the Pi, switch to the correct folder, and execute:

sudo python button-push.py

The result

If everything works fine, the result should look like ...

Result of the software test with Python