今回は視聴者の方のリクエストにより 以前作成した飲酒チェッカー(breathalyzer)を使って

今回はイラストレーションツールのKritaをSurfacePro3で試して見ました。

Source Code is below.

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