An open API service indexing awesome lists of open source software.

https://github.com/electronicsstudio/ist_time

In this code, I am using the <TinyGPS++.h> library to get NMEA data, which includes UTC time. I am converting this UTC time to IST and printing it on the serial monitor.
https://github.com/electronicsstudio/ist_time

Last synced: 3 months ago
JSON representation

In this code, I am using the <TinyGPS++.h> library to get NMEA data, which includes UTC time. I am converting this UTC time to IST and printing it on the serial monitor.

Awesome Lists containing this project

README

          

# IST_Time
In this code, I am using the <TinyGPS++.h> library to get NMEA data, which includes UTC time. I am converting this UTC time to IST and printing it on the serial monitor.