diff --git a/software/Basic_Blink/.cproject b/software/Basic_Blink/.cproject deleted file mode 100644 index 67c056d..0000000 --- a/software/Basic_Blink/.cproject +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - make - -f ${ProjDirPath}/Makefile - all - true - true - true - - - make - -f ${ProjDirPath}/Makefile - clean - true - true - true - - - make - -f ${ProjDirPath}/Makefile - flash - true - true - true - - - make - -f ${ProjDirPath}/Makefile - flashonefile - true - true - true - - - make - -f ${ProjDirPath}/Makefile - flashinit - true - true - true - - - make - -f ${ProjDirPath}/Makefile - flashboot - true - true - true - - - make - -f ${ProjDirPath}/Makefile - rebuild - true - true - true - - - - - - - - - - - - - - - - - - - - diff --git a/software/Basic_Blink/.project b/software/Basic_Blink/.project deleted file mode 100644 index 045ddec..0000000 --- a/software/Basic_Blink/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - Basic_Blink - - - SmingFramework - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/software/Basic_Blink/Makefile b/software/Makefile similarity index 100% rename from software/Basic_Blink/Makefile rename to software/Makefile diff --git a/software/Basic_Blink/app/adc.h b/software/app/adc.h similarity index 100% rename from software/Basic_Blink/app/adc.h rename to software/app/adc.h diff --git a/software/Basic_Blink/app/ads101x.cpp b/software/app/ads101x.cpp similarity index 100% rename from software/Basic_Blink/app/ads101x.cpp rename to software/app/ads101x.cpp diff --git a/software/Basic_Blink/app/ads101x.h b/software/app/ads101x.h similarity index 100% rename from software/Basic_Blink/app/ads101x.h rename to software/app/ads101x.h diff --git a/software/Basic_Blink/app/application.cpp b/software/app/application.cpp similarity index 100% rename from software/Basic_Blink/app/application.cpp rename to software/app/application.cpp diff --git a/software/Basic_Blink/app/dac101c085.cpp b/software/app/dac101c085.cpp similarity index 100% rename from software/Basic_Blink/app/dac101c085.cpp rename to software/app/dac101c085.cpp diff --git a/software/Basic_Blink/app/dac101c085.h b/software/app/dac101c085.h similarity index 100% rename from software/Basic_Blink/app/dac101c085.h rename to software/app/dac101c085.h diff --git a/software/Basic_Blink/app/double_buffer.h b/software/app/double_buffer.h similarity index 100% rename from software/Basic_Blink/app/double_buffer.h rename to software/app/double_buffer.h diff --git a/software/Basic_Blink/app/sensor.h b/software/app/sensor.h similarity index 100% rename from software/Basic_Blink/app/sensor.h rename to software/app/sensor.h diff --git a/software/Basic_Blink/app/sensor_hub.cpp b/software/app/sensor_hub.cpp similarity index 100% rename from software/Basic_Blink/app/sensor_hub.cpp rename to software/app/sensor_hub.cpp diff --git a/software/Basic_Blink/app/sensor_hub.h b/software/app/sensor_hub.h similarity index 100% rename from software/Basic_Blink/app/sensor_hub.h rename to software/app/sensor_hub.h diff --git a/software/Basic_Blink/app/sensor_settings.h b/software/app/sensor_settings.h similarity index 100% rename from software/Basic_Blink/app/sensor_settings.h rename to software/app/sensor_settings.h diff --git a/software/Basic_Blink/app/temperature.h b/software/app/temperature.h similarity index 100% rename from software/Basic_Blink/app/temperature.h rename to software/app/temperature.h diff --git a/software/Basic_Blink/app/web_interface.cpp b/software/app/web_interface.cpp similarity index 100% rename from software/Basic_Blink/app/web_interface.cpp rename to software/app/web_interface.cpp diff --git a/software/Basic_Blink/app/web_interface.h b/software/app/web_interface.h similarity index 100% rename from software/Basic_Blink/app/web_interface.h rename to software/app/web_interface.h diff --git a/software/Basic_Blink/files/bootstrap.min.css.gz b/software/files/bootstrap.min.css.gz similarity index 100% rename from software/Basic_Blink/files/bootstrap.min.css.gz rename to software/files/bootstrap.min.css.gz diff --git a/software/Basic_Blink/files/config.html b/software/files/config.html similarity index 100% rename from software/Basic_Blink/files/config.html rename to software/files/config.html diff --git a/software/Basic_Blink/files/config.js b/software/files/config.js similarity index 100% rename from software/Basic_Blink/files/config.js rename to software/files/config.js diff --git a/software/Basic_Blink/files/index.html b/software/files/index.html similarity index 100% rename from software/Basic_Blink/files/index.html rename to software/files/index.html diff --git a/software/Basic_Blink/files/index.js b/software/files/index.js similarity index 100% rename from software/Basic_Blink/files/index.js rename to software/files/index.js diff --git a/software/Basic_Blink/files/jquery-2.1.4.min.js.gz b/software/files/jquery-2.1.4.min.js.gz similarity index 100% rename from software/Basic_Blink/files/jquery-2.1.4.min.js.gz rename to software/files/jquery-2.1.4.min.js.gz diff --git a/software/Basic_Blink/include/user_config.h b/software/include/user_config.h similarity index 100% rename from software/Basic_Blink/include/user_config.h rename to software/include/user_config.h