1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

(シンセ先輩からもらった(ほぼ))TG-LPC11U35-501、Lチカで遊ぶ。

Last updated at Posted at 2024-09-02

参考

x 過去ログをみよ

x くわしくは、秋月のlpc11u35をみてね

x arduinoじゃないけど電子工作も含む?

目的
理系フリマで入手831 シンセ先輩:mbedおわつちゃつたしで安くゆづって貰った
11u35、5台
Lチカさせる

o_coq357.jpg

●組み立て後

o_coq358.jpg

結果

o_coq359.jpg

1.ログイン

o_coq360.jpg

2.コンパイルする

o_coq361.jpg

o_coq362.jpg


#include "mbed.h"

DigitalOut myled(LED1);

int main() {
  while(1) {
    myled = 1;
    wait(0.2);
    myled = 0;
    wait(0.2);
  }
}


  1. USBさす、ISP押したまま、リセットする

  2. けす、コピー、リセットする(ターゲット)

o_coq363.jpg

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?