EasyManua.ls Logo

SeeedStudio Grove - Page 3

SeeedStudio Grove
5 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Copy and paste code below to a new Arduino sketch.
int val;
void setup()
{
Serial.begin(9600);
}
void loop()
{
analogRead(0);
delay(10);
val = analogRead(0);
Serial.println(val);
delay(200);
}
Upload the code.
Then open the serial monitor to observe the output results. There will be a significant
change when blow to the sensor.

Other manuals for SeeedStudio Grove

Related product manuals