Moved PiRTC to Projects

This commit is contained in:
2021-05-29 19:43:42 -04:00
parent 6a814176e9
commit 9a1c593649
2 changed files with 0 additions and 0 deletions

13
Projects/PiRTC/install.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
# software
sudo apt-get install python-smbus i2c-tool
# check
sudo i2cdetect -y 1
# config
cp /boot/config.txt /boot/config.bak
echo "" >> /boot/config.txt
echo "dtoverlay=i2c-rtc,ds3231" >> /boot/config.txt