Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String data = "/DATA/";
- String cas = "13:30:31";
- String txt = ".txt";
- void setup() {
- // put your setup code here, to run once:
- }
- void loop() {
- char SD_soubor[50];
- String SD_soubor_stringu;
- SD_soubor_stringu = data + cas + txt;
- SD_soubor_stringu.toCharArray(SD_soubor,50);
- char *SD_souborPoint;
- SD_souborPoint = SD_soubor;
- }
Advertisement
Add Comment
Please, Sign In to add comment