Skip to content

09. additional tools

Metin Karatas edited this page Mar 26, 2022 · 2 revisions

editor

mousepad

emerge --ask mousepad

browser

emerge --ask www-client/dillo  

pigpio

emerge --ask dev-libs/pigpio 

start pigpiod

/etc/init.d/pigpiod start

let's test it with pin 17, set it as output

pigs modes 17 w

set it high and low

pigs w 17 1
pigs w 17 0

git

emerge --ask dev-vcs/git

Clone this wiki locally