From 0a0189adba76c6dfe7eaf40e45a9021b87b4b8b5 Mon Sep 17 00:00:00 2001 From: Mike Barela Date: Wed, 1 May 2019 17:32:23 -0400 Subject: [PATCH] Create README.md --- BLE_Robot_Rover/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 BLE_Robot_Rover/README.md diff --git a/BLE_Robot_Rover/README.md b/BLE_Robot_Rover/README.md new file mode 100644 index 000000000..46e4af563 --- /dev/null +++ b/BLE_Robot_Rover/README.md @@ -0,0 +1,18 @@ +## Adafruit Bluefruit LE Feather Robot Rover + +Build & control an RC car with a smart phone! + +Follow the Adafruit learn guide here: https://learn.adafruit.com/bluefruit-feather-robot ! + +Adafruit invests time and resources providing this open source code, +please support Adafruit and open-source hardware by purchasing +products from [Adafruit](https://www.adafruit.com)! + +MIT license + +All text above, and the splash screen below must be included in any redistribution + +----------------------- +This code was mirrored from https://github.com/adafruit/BLE-Robot-Rover which was then archived. + +If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.