========================================================
参考の記事
http://kuc-arc-f.com/agri/?product=product-post-2
========================================================
ARDUINO で、センサ値の読み込み処理
この場合, 水分センサです。
#例
setupで
アナログ入力を指定して、
analogRead で読み込みます。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define SENSOR 0 | |
void setup() { | |
pinMode(SENSOR ,INPUT); | |
} | |
int iSen =analogRead(SENSOR); |
#回路図
センサ部分 (A0) だけ結線参考下さい
0 件のコメント:
コメントを投稿