Thanks Paul.
I put together a test program to do the time change and am having a problem with this if statement:
if (month() == 3 && day() == (14 - x) && hour() >= 2)
It seems to ignore the day and the hour parts...
Hi, does anyone know if the teensy 3.2 (or any teensy with a built in RTC) RTC will change time from standard time to DST automatically, or do I need to do it in code to make the time change?
What about leap year?
...
@defragster, then is there a need or a reason for the SD lib included in the ...\hardware\teensy\avr\libraries? Seems the SdFat lib should be making the SD lib irrelevant?
@WMXZ @defragster @WWatson
The example "backwardscompatibility.ino" does not work with sdfat library when it is set up to use sdfat.
When USE_SD_H is "0" it doesn't compile.
// Set USE_SD_H nonzero to use SD.h....
@defragster, the V1 example of ReadWrite.ino doesn't compile for V2. I'm trying to move from SD lib SdFat 2 and running into some problems so i was looking for a simple example for V2 like ReadWrite.ino. I want to do a...
@mborgerson is there a way to detect the need to call usb_init()? Can the communication loss be trapped and then call the usb_init or is there an there another method of determining when to reinitialize?
MTP failure on Teensy3.2
Using the latest WMXZ-EU/MTP_t4 MTP Lib.
Using the mtp_test example.
I am having what I think is a disconnection issue. In Win Explorer I can see the SD and the files on it. I can copy one...