From 221a6cd702515cfe8ead77052a36dae4b7a68214 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Wed, 21 Mar 2018 16:59:45 -0500 Subject: [PATCH] Moves pages to docs --- README.md | 15 +-------------- docs/README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 docs/README.md diff --git a/README.md b/README.md index 6ffbe1b..f6ac82c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ # GPS Flow Skid -## Modbus Parameters - -All devices need to be configured with the following Modbus Parameters: - -- Baud Rate: 9600 -- Parity: None -- Stop Bits: 2 - -### Modbus Addresses - -| Device | Address | -| -------------------- | ----------- | -| Flowmeter | 1 | -| Solar Panel Charger | 20 | +For documentation, see the [doc site](https://henry-pump.github.io/GPS-Flow-Skid/). diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..6ffbe1b --- /dev/null +++ b/docs/README.md @@ -0,0 +1,16 @@ +# GPS Flow Skid + +## Modbus Parameters + +All devices need to be configured with the following Modbus Parameters: + +- Baud Rate: 9600 +- Parity: None +- Stop Bits: 2 + +### Modbus Addresses + +| Device | Address | +| -------------------- | ----------- | +| Flowmeter | 1 | +| Solar Panel Charger | 20 |