EasyManuals Logo

SeeedStudio Grove Introduction

SeeedStudio Grove
5 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #3 background imageLoading...
Page #3 background image
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

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the SeeedStudio Grove and is the answer not in the manual?

SeeedStudio Grove Specifications

General IconGeneral
BrandSeeedStudio
ModelGrove
CategoryAccessories
LanguageEnglish

Related product manuals