User Activity

Hello, I am new to the community and to the project I am working on.. I am using a STM32 blue pill board and programming it with a simple code of serial communication :void setup() {Serial1.begin(9600);pinMode(PC13,OUTPUT);}void loop() {Serial1.print...