ADC
絲印腳位編號
Arduino 腳位名稱
LinkIt 7697
int ledPin = 7; // select the pin for the LEDsensorValue = analogRead(sensorPin) / 4; // maps 4096 back to 1024

Last updated
int ledPin = 7; // select the pin for the LEDsensorValue = analogRead(sensorPin) / 4; // maps 4096 back to 1024
Last updated