Forum Rule: Always post complete source code & details to reproduce any issue!
-
Older Activity
-
01-19-2023, 01:12 PM
I thinki founf it
#include <SD.h>
SDClass sd2;
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
3 replies | 123 view(s)
-
01-19-2023, 12:52 PM
Hello, do you have the sollution? I have tha same task.
The problem is, i think, that the library does not provide a class, but a ready-made object SD.
3 replies | 123 view(s)