Skip to content

Commit 36a52dd

Browse files
revert image change
1 parent dd6ae78 commit 36a52dd

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

developer-guide/09-Storage and the filesystem/01-data-stores/01-data-stores-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SQLite3 is also used for simpler database (caches) on each Pioreactor (worker an
2424
What are temporary and persistent? Something like GPIO locks or LED state are physically reset between cycles of the Raspberry Pi. So when the Pi power-cycles, the state is wiped, and by have the database in `/tmp`, the databases are wiped as well.
2525
:::
2626

27-
You can use `pio cache view <name>` to view the contents of `<name>`, and `pio cache clear <name> <key>` to clear contents.
27+
You can use `pio cache view <name>` to view the contents of `<name>`, and `pio cache purge <name> <key>` to clear contents.
2828

2929

3030
## MQTT
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
---
2-
title: Pinout diagram
2+
title: GPIO pins used
33
slug: /pinout
44
hide_table_of_contents: true
55
---
66

7+
## v1.x HAT
78

8-
![](/img/developer-guide/10-hardware/05-pinout/pinout.png)
9+
- GPIO2 — I2C SDA
10+
- GPIO3 — I2C SCL
11+
- GPIO4 — PCB button on HAT 1.1 and 1.2
12+
- GPIO12 — PWM channel 4
13+
- GPIO13 — PWM channel 2
14+
- GPIO16 — PWM channel 3
15+
- GPIO17 — PWM channel 1
16+
- GPIO18 — PWM channel 5, used for heating
17+
- GPIO21 — hall sensor on HAT 1.1 and 1.2
18+
- GPIO23 — PCB LED
19+
- GPIO24 — PCB button on HAT 1.0, SWD on HAT 1.1 and 1.2
20+
- GPIO25 — hall sensor on HAT 1.0, SWD on HAT 1.1 and 1.2
8.82 KB
Loading
-49.4 KB
Loading

user-guide/30-Advanced/01-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Interacting with the Pioreactor on the command line are through the `pio` tool.
2020
* `pio blink` will blink the Pioreactor's onboard LED.
2121
* `pio log -m <message>` will log a message
2222
* `pio cache view <cache>` will print out the contents of the specified cache.
23-
* `pio cache clear <cache> <key>` will remove `<key>` from cache `<cache>`.
23+
* `pio cache purge <cache> <key>` will remove `<key>` from cache `<cache>`.
2424
* `pio plugins --help` for managing plugins
2525
* `pio calibrations --help` for managing calibrations.
2626

0 commit comments

Comments
 (0)