Skip to content

Commit 92668f5

Browse files
committed
Trying to sort the nav
1 parent 5c8093b commit 92668f5

2 files changed

Lines changed: 15 additions & 21 deletions

File tree

www/en/modules/ROOT/pages/gadgets-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Grove Digital Inputs
1+
= Grove Gadgets
22
:page-toclevels: 1
33

44
== Overview
Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,31 @@
1-
= Grove Digital Inputs
1+
= Grove Analog Outputs PWM
22
:page-toclevels: 1
33

4-
.Overview
5-
:page-toclevels: 2
6-
****
7-
This example uses the grove button module but the source code is also applicable for other similar Grove Modules.
4+
== Overview
85

9-
The GPIO Pins used are [D16,D17],[D18,D19],[D20,D21]
6+
This example uses the buzzer module but the source code is also applicable for other similar Grove Modules.
107

11-
image::general\GroveDigitalConnectionsPico.png[]
8+
The connectors used are [A0],[A1],[A2] as shown below
129

10+
image::GrovePicoShieldAnalogConnections.png[]
1311

14-
****
1512

16-
.Hardware Details
17-
:page-toclevels: 2
18-
****
13+
14+
15+
== Hardware Details
16+
1917
https://wiki.seeedstudio.com/Grove-Dual-Button/#features[Grove Dual Button]
20-
****
2118

22-
.Demo Video
23-
:page-toclevels: 2
24-
****
19+
20+
== Demo Video
21+
2522
Here is a video that shows the set-up and running of the Dual Button Digital Inputs
2623

2724
video::0-suR8HejsY[youtube]
2825

29-
****
3026

31-
.Example Code
32-
:page-toclevels: 2
33-
****
27+
== Example Code
28+
3429
Navigate to >>Scratchpad>>Grove>>Digital Inputs>>Grove Digital In.vi
3530

3631
image::images\grove-digital-inputs\GroveDigitalInProject.png[]
@@ -46,4 +41,3 @@ image::images\grove-digital-inputs\GroveDigitalInFP.png[]
4641
On the block diagram you can see that the selected Grove connector dictates the GPIO Pin and we then set the pin to [In]. Next we loop round and event structure and use the timeout to poll the digital inputs. Pressing Stop will fire the Stop event and exit the loop.
4742

4843
image::images\grove-digital-inputs\GroveDigitalInBD.png[]
49-
****

0 commit comments

Comments
 (0)