From 6473c09a651fcea044cb245d80576415f741c77c Mon Sep 17 00:00:00 2001 From: zisi Date: Tue, 19 Sep 2017 11:52:47 +0300 Subject: [PATCH] Update files after gitlab migration Signed-off-by: zisi --- CONTRIBUTING.md | 6 ++++++ README.md | 11 ++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..07a3232 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contributing to SatNOGS rotator-firmware + +Thank you for your interest in contributing to SatNOGS! + +The main repository lives on [Gitlab](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-firmware). + diff --git a/README.md b/README.md index 51d5f18..ddbf6a8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,23 @@ # SatNOGS Rotator Firmware -Firmware [SatNOGS Rotator Controller](https://github.com/satnogs/satnogs-rotator-controller/). +Firmware [SatNOGS Rotator Controller](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-firmware). Repository includes all source files for the SatNOGS rotator controller Firmware. -Electronics can be found on [satnogs-rotator-controller](https://github.com/satnogs/satnogs-rotator-controller). +Electronics can be found on [satnogs-rotator-controller](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-controller) ## Instructions In order to use this code, you need to put the AccelStepper v1.46 library and SoftI2CMaster library in your libraries folder. Thanks to [AccelStepper library](http://www.airspayce.com/mikem/arduino/AccelStepper/) and [SoftI2CMaster](https://github.com/todbot/SoftI2CMaster). You need to choose the version of the Firmware you will be utilizing based on your controller and rotator setup. Namely we have two different versions (one for DC motors and one for Stepper motors). DC version is on beta state. + +## Contribute + +The main repository lives on [Gitlab](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-firmware) and all Merge Request should happen there. + ## License © 2014-2017 [Libre Space Foundation](http://libre.space). -Licensed under the [GPLv3](LICENSE). +Licensed under the [GPLv3](LICENSE)