void setup() {
  // put your setup code here, to run once:
  pinMode(7, OUTPUT);
  pinMode(2, INPUT);
}
続きを読む Let’s enjoy Arduino! LED With Button はコメントを受け付けていません

– Source Code –

void setup() {
 // put your setup code here, to run once:
 pinMode(7, OUTPUT);
}

void loop() {
続きを読む Let’s enjoy Arduino! Blinks LED (Source Code) はコメントを受け付けていません

フリーのイラスト制作ツールには良い物も沢山有る様なのでいろいろ試したいと思います。まずは Medibang paint を試してみました。