Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added installation of libunwind8 as per Xojo request
  • Loading branch information
eugenedakin authored Oct 14, 2024
1 parent 74c32c3 commit 3af3525
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ This example will show how to control a servo, which is a fine-tuned motor which
Install instructions are:
1) sudo apt install swig python-dev python3-dev
2) sudo apt install python-setuptools python3-setuptools
3) wget http://abyz.me.uk/lg/lg.zip
4) unzip lg.zip
5) cd lg
6) make
7) sudo make install
8) Open and compile the LibGPIODServo program and copy the program and libraries to the RaspberryPi Desktop
9) give the executable permission to run with something like: 'sudo chmod +x LibGPIODServo
10) run the program with something like: 'sudo ./LibGPIODServo
3) sudo apt install libunwind8
4) wget http://abyz.me.uk/lg/lg.zip
5) unzip lg.zip
6) cd lg
7) make
8) sudo make install
9) Open and compile the LibGPIODServo program and copy the program and libraries to the RaspberryPi Desktop
10) give the executable permission to run with something like: 'sudo chmod +x LibGPIODServo
11) run the program with something like: 'sudo ./LibGPIODServo


Here is the breadboard layout for the servo.
Expand Down

0 comments on commit 3af3525

Please sign in to comment.