From 11af3ff1346ce9ef3a28f3f494d9c5f2096e5535 Mon Sep 17 00:00:00 2001 From: Mike Barela Date: Fri, 5 Apr 2019 13:53:34 -0400 Subject: [PATCH] Create README.md README file for the files for Adafruit tutorial "IR Sensor" --- IR_Sensor/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 IR_Sensor/README.md diff --git a/IR_Sensor/README.md b/IR_Sensor/README.md new file mode 100644 index 000000000..51bd6e181 --- /dev/null +++ b/IR_Sensor/README.md @@ -0,0 +1,11 @@ +## Code for the Adafruit Tutorial IR Sensor + +Adafruit Learning System: [IR Sensor](https://learn.adafruit.com/ir-sensor) + +Code for Arduino and for CircuitPython + +All code MIT License, please keep attribution + +Please consider buying your parts at [Adafruit.com](https://www.adafruit.com) to support open source code + +For proposed changes, please submit a Pull Request with potential fixes