Releases: natnqweb/SD_card_logger
Releases · natnqweb/SD_card_logger
V2.0.4
V2.0.3
Syntax Coloring
Full Changelog: v2.0.2...V2.0.3
V2.0.2
Fixed fatal error arduino got the dependencies wrong and installed wrong simpletimer library
Full Changelog: V2.0.1...v2.0.2
V2.0.1
SD_card_logger V2.0.0
Full Changelog: v1.0.0...V2.0.0
I removed redundant lines of code, improved object constructor. no more need to create global objects to use SD card logger
new constructor
sd_card_logger logger1("name.txt",CS);
new constructor DEFAULT CS PIN
by default CS pin is 10 if you dont provide any data constructor will use default value for CS pin
sd_card_logger logger1("name.txt");
SD_card_logger v1.0.0
this is first version of SD_card_logger
V1.0.0