From 435f1bd94ae3d90856dd5a43f5c15a80f61e7ed6 Mon Sep 17 00:00:00 2001 From: Lucas Stratmann <lucas.stratmann@student.reutlingen-university.de> Date: Mon, 5 Oct 2020 10:14:44 +0200 Subject: [PATCH] changed Package Name --- .../{ => ardublock}/simulator/img/ArduinoUno.png | Bin .../{ => ardublock}/simulator/img/Measure.png | Bin .../simulator/img/PM24_Potentiometer.png | Bin .../{ => ardublock}/simulator/img/PM26_Taster.png | Bin .../{ => ardublock}/simulator/img/PM31_RGB_LED.png | Bin .../{ => ardublock}/simulator/img/Play.png | Bin .../{ => ardublock}/simulator/img/Reload.png | Bin .../{ => ardublock}/simulator/img/Reset.png | Bin .../{ => ardublock}/simulator/img/Stop.png | Bin .../{ => ardublock}/simulator/img/Taster_Off.png | Bin .../{ => ardublock}/simulator/img/Taster_On.png | Bin 11 files changed, 0 insertions(+), 0 deletions(-) rename res/tec/letsgoing/{ => ardublock}/simulator/img/ArduinoUno.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Measure.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/PM24_Potentiometer.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/PM26_Taster.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/PM31_RGB_LED.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Play.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Reload.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Reset.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Stop.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Taster_Off.png (100%) rename res/tec/letsgoing/{ => ardublock}/simulator/img/Taster_On.png (100%) diff --git a/res/tec/letsgoing/simulator/img/ArduinoUno.png b/res/tec/letsgoing/ardublock/simulator/img/ArduinoUno.png similarity index 100% rename from res/tec/letsgoing/simulator/img/ArduinoUno.png rename to res/tec/letsgoing/ardublock/simulator/img/ArduinoUno.png diff --git a/res/tec/letsgoing/simulator/img/Measure.png b/res/tec/letsgoing/ardublock/simulator/img/Measure.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Measure.png rename to res/tec/letsgoing/ardublock/simulator/img/Measure.png diff --git a/res/tec/letsgoing/simulator/img/PM24_Potentiometer.png b/res/tec/letsgoing/ardublock/simulator/img/PM24_Potentiometer.png similarity index 100% rename from res/tec/letsgoing/simulator/img/PM24_Potentiometer.png rename to res/tec/letsgoing/ardublock/simulator/img/PM24_Potentiometer.png diff --git a/res/tec/letsgoing/simulator/img/PM26_Taster.png b/res/tec/letsgoing/ardublock/simulator/img/PM26_Taster.png similarity index 100% rename from res/tec/letsgoing/simulator/img/PM26_Taster.png rename to res/tec/letsgoing/ardublock/simulator/img/PM26_Taster.png diff --git a/res/tec/letsgoing/simulator/img/PM31_RGB_LED.png b/res/tec/letsgoing/ardublock/simulator/img/PM31_RGB_LED.png similarity index 100% rename from res/tec/letsgoing/simulator/img/PM31_RGB_LED.png rename to res/tec/letsgoing/ardublock/simulator/img/PM31_RGB_LED.png diff --git a/res/tec/letsgoing/simulator/img/Play.png b/res/tec/letsgoing/ardublock/simulator/img/Play.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Play.png rename to res/tec/letsgoing/ardublock/simulator/img/Play.png diff --git a/res/tec/letsgoing/simulator/img/Reload.png b/res/tec/letsgoing/ardublock/simulator/img/Reload.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Reload.png rename to res/tec/letsgoing/ardublock/simulator/img/Reload.png diff --git a/res/tec/letsgoing/simulator/img/Reset.png b/res/tec/letsgoing/ardublock/simulator/img/Reset.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Reset.png rename to res/tec/letsgoing/ardublock/simulator/img/Reset.png diff --git a/res/tec/letsgoing/simulator/img/Stop.png b/res/tec/letsgoing/ardublock/simulator/img/Stop.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Stop.png rename to res/tec/letsgoing/ardublock/simulator/img/Stop.png diff --git a/res/tec/letsgoing/simulator/img/Taster_Off.png b/res/tec/letsgoing/ardublock/simulator/img/Taster_Off.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Taster_Off.png rename to res/tec/letsgoing/ardublock/simulator/img/Taster_Off.png diff --git a/res/tec/letsgoing/simulator/img/Taster_On.png b/res/tec/letsgoing/ardublock/simulator/img/Taster_On.png similarity index 100% rename from res/tec/letsgoing/simulator/img/Taster_On.png rename to res/tec/letsgoing/ardublock/simulator/img/Taster_On.png -- GitLab