プログラム
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(13,OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
int val=0;
val=analogRead(1);
Serial.println(val);
if(val>150){digitalWrite(13,HIGH);
}
else{digitalWrite(13,LOW);
}
}
正負の感情のリストアップ
正の感情
勝利
食事
給料日
負の感情
月曜の朝
混雑なエレベーター・電車
コロナウイルス
転がり落ちるペン
※随時書き足し中