Nucleo-F446RE with Arduino IDE #2636
Closed
Nikitanagar
started this conversation in
General
Replies: 2 comments
-
Hi @Nikitanagar |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, I got the answer. Thank you @fpistm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on NucleoF446RE with Arduino IDE, but the Serial monitor is not printing anything.
Code:
`void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello....");
}
`
attaching the Arduino tool settings
Beta Was this translation helpful? Give feedback.
All reactions