Search results

  1. M

    Help with Teensy 4.1 RTC Initialization

    Thank you for your response! Regarding your point: I observe the time values in the serial terminal right after uploading the program, so the Teensy has not been powered down and back up. Here is the program I am using for testing: #include <Arduino.h> #include <TimeLib.h> // Variable...
  2. M

    Help with Teensy 4.1 RTC Initialization

    Hi everyone, I am working on a new project with the Teensy 4.1 and will need to use the Real Time Clock (RTC). This is my first time working with the RTC on this board. I am developing my code in the PlatformIO IDE, using the Arduino framework for the Teensy. To test the RTC features, I wrote...
Back
Top