Arduino Asked by yo777 on December 19, 2021
void loop() {
if (Bluetooth.available() > 0) {
dataIn = Bluetooth.readString();
//the problem is here
while(dataIn !=""){
dataSd += dataIn;
dataSd += "," ;
}
if (dataIn.startsWith("s1")) {-----------}
if (dataIn.startsWith("save"){ save to sd card }
// what I want is to sent command by bluetooth to variable dataSd as a line
of string seperated by commas
like ("left,right,up,down,left,stop,right") and when i send command save, it
will save to sd card, but this code didnt work
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP