void setup() {
Serial.begin(115200);
delay(500);
Serial.println("================================");
Serial.println("MICROBAROMETER SIMULATION");
Serial.println("STM32 SERIAL TEST");
Serial.println("================================");
}
void loop() {
Serial.println("RUNNING...");
delay(1000);
}Loading
stm32-bluepill
stm32-bluepill