![Internet of Things Programming with JavaScript](https://wfqqreader-1252317822.image.myqcloud.com/cover/262/34851262/b_34851262.jpg)
上QQ阅读APP看书,第一时间看更新
I2C device setup
The next step is to check whether the time clock is synchronized with RTC time. Here we define the RTC local:
sudo nano /etc/rc.local
Add the following lines to the file as we declare the new device and the path we configure:
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
The following command will start up the RTC:
hwclock -s
After this command, reboot the Pi. You will see the following screen, which means that the RTC is configured and ready to work:
![I2C device setup](https://epubservercos.yuewen.com/911048/18607221301292406/epubprivate/OEBPS/Images/B05170_02_26.jpg?sign=1739267688-ZfaMBtWLeocPhKt8YrSSrAU6x4o3leh2-0-763396f85f0270c240dbc72bfb41efe6)