Skip to content

Releases: natnqweb/SD_card_logger

V2.0.4

18 Feb 17:56
Compare
Choose a tag to compare
example improvements

V2.0.3

21 Aug 13:47
46781ee
Compare
Choose a tag to compare

Syntax Coloring

Full Changelog: v2.0.2...V2.0.3

V2.0.2

09 Feb 11:23
28d5f9f
Compare
Choose a tag to compare

Fixed fatal error arduino got the dependencies wrong and installed wrong simpletimer library

Full Changelog: V2.0.1...v2.0.2

V2.0.1

07 Feb 12:30
6920f23
Compare
Choose a tag to compare

Added dependencies to properties

SD_card_logger V2.0.0

04 Feb 19:22
6fa1ea1
Compare
Choose a tag to compare

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

02 Sep 19:25
6c8c077
Compare
Choose a tag to compare

this is first version of SD_card_logger
V1.0.0