2025年5月18日日曜日
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);
}
// 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);
}
Arduino スイッチ 作:NISSY
https://youtu.be/q5v_iSRmkFk?si=dB8X9KDlg_L_dsDJ
void setup() {
// put your setup code here, to run once:
pinMode(10,OUTPUT);
pinMode(8, INPUT);
}
void loop() {
// put your main code here, to run repeatedly:
if(digitalRead(8)==HIGH){
digitalWrite(10, LOW);
}else{
digitalWrite(10, HIGH);
}
}
// put your setup code here, to run once:
pinMode(10,OUTPUT);
pinMode(8, INPUT);
}
void loop() {
// put your main code here, to run repeatedly:
if(digitalRead(8)==HIGH){
digitalWrite(10, LOW);
}else{
digitalWrite(10, HIGH);
}
}
2024年11月29日金曜日
登録:
投稿 (Atom)
長野中学生ロボコン Siege Warfare 2026 ~攻城戦~ ルール書が更新されました。
https://n-robo.com/zenkoji/n_robo2026/index.html https://n-robo.com/zenkoji/n_robo2026/2026_robo_rule.pdf
-
三陽技術クラブ サツマイモの会(サツマイモ調理実習) 日時:2025年11月29日(土曜日) 8:00~11:00 場所:第一技術室 参加者:1年2年3年 三陽技術クラブ(希望者) 献立:豚汁、大学芋 班:6つの班 用意するもの 【個人】:調理実習の身支度(エプロン、三角巾、マス...
-
https://n-robo.com/zenkoji/n_robo2025/index_02.html#kekka 結果のページ ご協力、応援ありがとうございました。
-
シャープペンシルの持つところを木で自作しました。 使用工具:機械万力、スコヤ、差し金、両刃のこぎり、ボール盤、棒やすり、サンドペーパー、ベルトサンダー 作:木人