Skip to content

Commit 524f00c

Browse files
committed
Set up links added and a bit of tidying
1 parent 720a79c commit 524f00c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

www/en/modules/ROOT/pages/digital-inputs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
== Standard Digital Input
55

6+
=== Overview
7+
68
A digital input can be thought of as the reading from a button, a switch or a digital sensor. These examples use the GPIO Pins [D16,D17],[D18,D19],[D20,D21] that correspond to connectors D16,D18 and D20 on the grove hat.
79

810
image::GroveDigitalConnectionsPico.png[]
911

10-
=== Overview
11-
1212
This example uses the grove button module but the source code is also applicable for other similar Grove Modules.
1313

1414

www/en/modules/ROOT/pages/sensors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image::GrovePicoShieldI2CConnection.png[]
1313

1414
=== Overview
1515

16-
The new Grove - Temperature & Humidity Sensor is based on the DHT20 sensor. The DH20 is an upgraded version of the DHT11, compared with the previous version, the temperature and humidity measurement accuracy are higher, and the measurement range is larger. It features I2C output which means it is easier to use.
16+
The Grove - Temperature & Humidity Sensor is based on the DHT20 sensor. The DH20 is an upgraded version of the DHT11, compared with the previous version, the temperature and humidity measurement accuracy are higher, and the measurement range is larger. It features I2C output which means it is easier to use.
1717

1818
=== Hardware Details
1919

www/en/modules/ROOT/pages/set-up.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88
** https://thepihut.com/products/raspberry-pi-pico[Pihut UK]
99
** https://uk.farnell.com/raspberry-pi/raspberry-pi-pico/mcu-board-rpi-pico-264kb-133mhz/dp/3643332[Farnell UK]#
1010

11+
* Grove Shield For Pico
12+
** https://thepihut.com/products/grove-shield-for-raspberry-pi-pico-v1-0[PiHut UK]
13+
14+
** https://uk.farnell.com/seeed-studio/103100142/shield-board-raspberry-pi-pico/dp/4007893[Farnell UK]
15+
1116
* Radxa X4
1217
** https://radxa.com/products/x/x4/[Radxa]
1318

19+
* Grove Shield for Radxa X4
20+
21+
** https://github.com/LabVIEWCommunityTraining/RadxaX4-KiCAD-Files[github Page for KiCAD files]
1422

1523

1624
== Download the LabVIEW Drivers

0 commit comments

Comments
 (0)