User Manual
Manuals
Brands
Seeed Studio Manuals
Development Boards & Kits
Grove Beginner Kit for Arduino with Seeeduino Lotus
11
12
13
14
15
16
17
18
19
20
Code Analysis
pinMode(ledPin, OUTPUT);
Define LED as the output unit.
pinMode(buttonPin, INPUT);
Define button as the input unit.
17
Grove Beginner Kit For Arduino
®
1
...
...
16
17
18
19
20
...
...
71