This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
159 B
Plaintext

start()
{
echo "* Starting set of rtc..."
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
hwclock -s
}
stop()
{
echo "* Done..."
}