AlbertHall:
This doesn't compile.
There is no "loop()"
void setup() {
// put your setup code here, to run once:
int8_t C[] = "AT";
Serial.begin(9600);
Serial.print((char*)C);
}
void loop () {}
AlbertHall:
This doesn't compile.
There is no "loop()"
void setup() {
// put your setup code here, to run once:
int8_t C[] = "AT";
Serial.begin(9600);
Serial.print((char*)C);
}
void loop () {}