{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;\red77\green77\blue77;} \margl1440\margr1440\vieww9000\viewh8400\viewkind0 \deftab720 \pard\pardeftab720\ri720\sl320 \f0\fs24 \cf2 void setup() \{\ // initialize the serial communication:\ Serial.begin(9600);\ \}\ \ void loop() \{\ // send the value of analog input 0:\ Serial.println(analogRead(A0));\ // wait a bit for the analog-to-digital converter\ // to stabilize after the last reading:\ delay(2);\ \}\ }