Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 15, 2020
1 parent 08de5f3 commit 8b02ef5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ sudo apt install python3-setuptools python3-pip python3-yaml python3-smbus pytho
* Enable SPI: `sudo raspi-config nonint do_spi 0`
* Add the following to `/boot/config.txt`: `dtoverlay=spi0-cs,cs0_pin=14`

## Monitoring

You should read the following to get up and running with our monitoring script:

* [Using and configuring monitor.py](examples/README.md)
* [Setting up monitor.py as a service](service/README.md)

## Help & Support

* GPIO Pinout - https://pinout.xyz/pinout/grow_hat_mini
Expand Down
12 changes: 10 additions & 2 deletions service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Grow Service

This script will install Grow as a service on your Raspberry Pi, allowing it to run from boot and recover from errors.
This script will install Grow as a service on your Raspberry Pi, allowing it to run at boot and recover from errors.

# Installing

```
sudo ./install.sh
```

# Useful Commands

Expand All @@ -11,4 +17,6 @@ This script will install Grow as a service on your Raspberry Pi, allowing it to

# Configuring Grow

You can configure grow using the on-screen UI, or by editing the settings in `/etc/default/grow`
You can configure grow using the on-screen UI, or by editing the settings in `/etc/default/grow`.

[See the examples README.md](../examples/README.md#channel-settings) for an explanation of the options.

0 comments on commit 8b02ef5

Please sign in to comment.