\xC4\xE9\xDC\xE2\xE1\xF3\xEC\xE1 (\xF6\xF9\xF4\xEF\xE5\xF5\xE1\xDF\xF3\xE8\xE7\xF4\xEF\xF5) \xE1\xE9\xF3\xE8\xE7\xF4\xDE\xF1\xE1
\x95const int sensorPin = 0;
\x95void setup() {
\x95\xA0Serial.begin(9600);
\x95}
\x95void loop() {
\x95\xA0 int rate = analogRead(sensorPin);
\x95\xA0 Serial.println(rate);
\x95\xA0}
\x95