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);
}

長野中学生ロボコン Siege Warfare 2026 ~攻城戦~ ルール書が更新されました。

https://n-robo.com/zenkoji/n_robo2026/index.html https://n-robo.com/zenkoji/n_robo2026/2026_robo_rule.pdf