Download Print this page

Seeed Grove Beginner Kit User Manual page 9

For arduino
Hide thumbs Also See for Grove Beginner Kit:

Advertisement

Grove Beginner Kit For Arduino®
1. Create a new Arduino file and name it
void
setup() {
Serial.begin(9600);
9600
}
void
loop() {
Serial.println("hello,
delay(1000);
}
5. In the upper left corner of the Arduino IDE, there are two buttons, Verify and Upload. First,
press the Verify button(✓) to compile. After the compilation is successful, press the upload
button(→).
6. Navigate to
Tools
corner(Magnifier Symbol), you can see the program running results:
Note: If you installed the portable Arduino IDE from our USB Drive, you can find all the module
demos in the Files -> Sketch Book, as well as all the module libraries, are pre-installed with
Arduino IDE!
Hello.ino
// initializes the serial port with a baud rate of
world");
// prints a string to a serial port
//delay of 1 second
, or click the Serial Monitor in the upper right
->
Serial Monitor
, then copy the following code into it:
8

Advertisement

loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel