From e33451c5b854552117fbe6557d16cf3b6ecd8d65 Mon Sep 17 00:00:00 2001 From: shrkey Date: Sat, 30 Apr 2016 23:25:32 +0100 Subject: [PATCH] readme files --- C++/README.md | 6 ++++++ Python/README.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 C++/README.md create mode 100644 Python/README.md diff --git a/C++/README.md b/C++/README.md new file mode 100644 index 0000000..d6e8e56 --- /dev/null +++ b/C++/README.md @@ -0,0 +1,6 @@ +640 Python driver +======================= + +Based on the [Adafruit Python Library for DC + Stepper Motor HAT](https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library) + +Python library for interfacing with the 640 Mk1 board for Raspberry Pi to control DC motors with speed control and Stepper motors with single, double, interleave and microstepping. diff --git a/Python/README.md b/Python/README.md new file mode 100644 index 0000000..d6e8e56 --- /dev/null +++ b/Python/README.md @@ -0,0 +1,6 @@ +640 Python driver +======================= + +Based on the [Adafruit Python Library for DC + Stepper Motor HAT](https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library) + +Python library for interfacing with the 640 Mk1 board for Raspberry Pi to control DC motors with speed control and Stepper motors with single, double, interleave and microstepping.