It is possible to use an Arduino analog pin as if it was a digital pin. For example, you can write: digitalRead(A0);. This will return either HIGH or LOW, ...
確定! 回上一頁