From 23506fd3b610acc71d6f92c8e1481d7e0d625567 Mon Sep 17 00:00:00 2001 From: Agis Zisimatos Date: Tue, 23 Sep 2014 12:49:32 +0300 Subject: [PATCH] Add and modified README files. --- Arduino/SatNOGS-V1_1/README.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Arduino/SatNOGS-V1_1/README.md diff --git a/Arduino/SatNOGS-V1_1/README.md b/Arduino/SatNOGS-V1_1/README.md new file mode 100644 index 0000000..516c01f --- /dev/null +++ b/Arduino/SatNOGS-V1_1/README.md @@ -0,0 +1,4 @@ +Arduino Code +============ + +In order to use this code, you need to download and install the [AccelStepper library](http://www.airspayce.com/mikem/arduino/AccelStepper/). \ No newline at end of file diff --git a/README.md b/README.md index 78d5de3..b37ef4a 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ Refer to block diagram in the repository for wiring documentation. The PCB is based in [Arduino Pro Micro](https://www.sparkfun.com/products/12640) and the [Pololu stepper motor driver](http://www.pololu.com/product/1182). In the picture below you can see the PCB. -![satnogs_PCB](https://raw.github.com/satnogs/satnogs-arduino/master/pics/SatNOGSBoardV1_1.png) \ No newline at end of file +![satnogs_PCB](https://raw.github.com/satnogs/satnogs-arduino/master/Pics/SatNOGS_Board_V1_1.png) \ No newline at end of file -- GitLab