Skip to content

Commit 841ece0

Browse files
authored
DOCS-3254: Update make-a-plant-watering-robot (#3768)
1 parent dea9c44 commit 841ece0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorials/projects/make-a-plant-watering-robot.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ date: "2023-03-29"
1515
# updated: "2024-04-19"
1616
cost: 150
1717
no_list: true
18-
# SMES: Olivia Miller, Sierra Guequierre, Hazal Mestci
18+
# SMES: Olivia Miller, Sierra Guequierre
1919
---
2020

2121
<!-- LEARNING GOALS:
@@ -239,7 +239,9 @@ Add the mcp300x-adc-sensor module to your robot in 3 steps:
239239
4. Click **Create** to add this module to your machine.
240240
5. Find your module's card on the **CONFIGURE** page.
241241
In the attributes field, add the necessary attributes as `"channel_map"` and `"sensor_pin"`.
242-
For example, if you have a moisture sensor on channel 0, and your `sensor_pin` is 8, your configuration should look like this:
242+
`sensor_pin` is the GPIO pin number of the Raspberry Pi's pin you connected to the MCP300x chip.
243+
If you followed the wiring in this tutorial, this will be 8 which is `24 GPIO 8 (SPI Chip Select 0)`.
244+
Otherwise if you are using CS1, use 7.
243245

244246
```json
245247
{

0 commit comments

Comments
 (0)