Open main menu

Changes

Q100

379 bytes removed, 14 March
'''lgpio'''
<pre>
#Open the Raspberry Pi terminal and run the following command
wget https://github.com/joan2937/lg/archive/master.zip
unzip master.zip
cd lg-master
sudo make install
 
# You can refer to the official website for more: https://github.com/gpiozero/lg
</pre>
 
PS: If you use the bookworm system, you can only use lgpio library, bcm2835 and wiringPi can't be installed and used
 
<pre>
#Open the Raspberry Pi terminal and run the following command