--- format:markdown ... #INSTALLs: pip3 install dask distributed sudo pip3 install git+https://gitlab.fjfi.cvut.cz/golem/unipi sudo apt-get install emacs-nox sudo apt-get install telnet sudo apt-get install mc sudo apt-get install vim #SETUPs: /etc/hosts : 192.168.2.250 PowSup sudo update-alternatives --config editor #SPECIALITIES: A/D converter ADS1115: http://wiki.seeedstudio.com/4-Channel_16-Bit_ADC_for_Raspberry_Pi-ADS1115/ ~~~~ sudo raspi-config # Arrow down to 5 interfacing Options and press "enter" to select. # Arrow down to P5 I2C and press "enter" to select. cd ~ git clone https://github.com/Seeed-Studio/pi-hats.git cd ~/pi-hats/tools sudo ./install.sh -u adc_ads1115 sync ~~~~