vistaでstm32duino その8
675 ワード
概要
vistaでstm32duinoやってみた。
serial、やってみた。
写真
サンプルコード
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("hello stm32duino");
delay(1000);
}
serial
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("hello stm32duino");
delay(1000);
}
PA9,PA10
以上。
Author And Source
この問題について(vistaでstm32duino その8), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/6def07d57517e3675c40著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .