Brain not working today...late night last night...
What is the correct syntax for writing to a string with lf, cr, and n from MPIDE/Arduino?
example:
char* letter[2] = {"A", "B"};
genieWriteStr(0, letter[1]);
genieWriteStr(0, letter[2]);
in the string box I get "A", then just "B", not "AB".
What is the correct syntax for writing to a string with lf, cr, and n from MPIDE/Arduino?
example:
char* letter[2] = {"A", "B"};
genieWriteStr(0, letter[1]);
genieWriteStr(0, letter[2]);
in the string box I get "A", then just "B", not "AB".
Comment