1749846529
This commit is contained in:
+6
-4
@@ -23,11 +23,13 @@ echo "Watching chronyc tracking"
|
|||||||
watch -n 10 chronyc tracking
|
watch -n 10 chronyc tracking
|
||||||
|
|
||||||
# i2c
|
# i2c
|
||||||
echo "Detecting I2C Devices"
|
clear
|
||||||
|
echo -e "Detecting I2C Devices\n"
|
||||||
sudo i2cdetect -y 1
|
sudo i2cdetect -y 1
|
||||||
read -p "Press enter to continue"
|
read -p -e "\nPress ENTER to Continue..."
|
||||||
|
|
||||||
# rtc
|
# rtc
|
||||||
echo "Reading from hardware RTC"
|
clear
|
||||||
|
echo -e "Reading from hardware RTC\n"
|
||||||
sudo hwclock -r
|
sudo hwclock -r
|
||||||
read -p "Press enter to continue"
|
read -p -e "\nPress ENTER to Continue..."
|
||||||
Reference in New Issue
Block a user