2024/12/14

Arduino Lチカ 作:NISSY

https://youtu.be/DpbK3_-UrEI?si=SEsuLYibp1ehwUfS


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

void loop() {
  // put your main code here, to run repeatedly:
 digitalWrite(10,HIGI);
 delay(1000);
 digitalWrite(10,LOW);
 delay(1000);
}

2025年5月28日 三学年 部活動クラブ活動“決起集会”

"決起集会"を行いました。 活動の紹介、決意表明を発表し、技術部訓を唱えました。