From d906bac4ba657e5c4bbe3e969d4a54cca807a43a Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 13 Jul 2018 01:32:49 -0700 Subject: [PATCH] Move example sketches to appropriately named folder This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > ChiNRF menu after the library is installed. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples --- .../sketch_LCX24G_button_led}/sketch_LCX24G_button_led.ino | 0 .../sketch_NRF24L01p_button_led}/sketch_NRF24L01p_button_led.ino | 0 .../examples/sketch_RFM73_button_led}/sketch_RFM73_button_led.ino | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ChiNRF v1.0/{Examples => ChiNRF/examples/sketch_LCX24G_button_led}/sketch_LCX24G_button_led.ino (100%) rename ChiNRF v1.0/{Examples => ChiNRF/examples/sketch_NRF24L01p_button_led}/sketch_NRF24L01p_button_led.ino (100%) rename ChiNRF v1.0/{Examples => ChiNRF/examples/sketch_RFM73_button_led}/sketch_RFM73_button_led.ino (100%) diff --git a/ChiNRF v1.0/Examples/sketch_LCX24G_button_led.ino b/ChiNRF v1.0/ChiNRF/examples/sketch_LCX24G_button_led/sketch_LCX24G_button_led.ino similarity index 100% rename from ChiNRF v1.0/Examples/sketch_LCX24G_button_led.ino rename to ChiNRF v1.0/ChiNRF/examples/sketch_LCX24G_button_led/sketch_LCX24G_button_led.ino diff --git a/ChiNRF v1.0/Examples/sketch_NRF24L01p_button_led.ino b/ChiNRF v1.0/ChiNRF/examples/sketch_NRF24L01p_button_led/sketch_NRF24L01p_button_led.ino similarity index 100% rename from ChiNRF v1.0/Examples/sketch_NRF24L01p_button_led.ino rename to ChiNRF v1.0/ChiNRF/examples/sketch_NRF24L01p_button_led/sketch_NRF24L01p_button_led.ino diff --git a/ChiNRF v1.0/Examples/sketch_RFM73_button_led.ino b/ChiNRF v1.0/ChiNRF/examples/sketch_RFM73_button_led/sketch_RFM73_button_led.ino similarity index 100% rename from ChiNRF v1.0/Examples/sketch_RFM73_button_led.ino rename to ChiNRF v1.0/ChiNRF/examples/sketch_RFM73_button_led/sketch_RFM73_button_led.ino