From 49488d33bffabb5e6da754d9075f580aeab3eaf4 Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Fri, 16 Feb 2024 17:48:13 +0100 Subject: [PATCH] Rename ino to daisyy --- {daisy-looper => daisyy-looper}/button_grid.h | 0 {daisy-looper => daisyy-looper}/buttons.h | 0 daisy-looper/daisy-looper.ino => daisyy-looper/daisyy-looper.ino | 0 {daisy-looper => daisyy-looper}/env_follower.h | 0 {daisy-looper => daisyy-looper}/helpers.h | 0 {daisy-looper => daisyy-looper}/leds.h | 0 {daisy-looper => daisyy-looper}/lfo.h | 0 {daisy-looper => daisyy-looper}/looper.h | 0 {daisy-looper => daisyy-looper}/luts.h | 0 {daisy-looper => daisyy-looper}/potentiometers.h | 0 {daisy-looper => daisyy-looper}/ui.h | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {daisy-looper => daisyy-looper}/button_grid.h (100%) rename {daisy-looper => daisyy-looper}/buttons.h (100%) rename daisy-looper/daisy-looper.ino => daisyy-looper/daisyy-looper.ino (100%) rename {daisy-looper => daisyy-looper}/env_follower.h (100%) rename {daisy-looper => daisyy-looper}/helpers.h (100%) rename {daisy-looper => daisyy-looper}/leds.h (100%) rename {daisy-looper => daisyy-looper}/lfo.h (100%) rename {daisy-looper => daisyy-looper}/looper.h (100%) rename {daisy-looper => daisyy-looper}/luts.h (100%) rename {daisy-looper => daisyy-looper}/potentiometers.h (100%) rename {daisy-looper => daisyy-looper}/ui.h (100%) diff --git a/daisy-looper/button_grid.h b/daisyy-looper/button_grid.h similarity index 100% rename from daisy-looper/button_grid.h rename to daisyy-looper/button_grid.h diff --git a/daisy-looper/buttons.h b/daisyy-looper/buttons.h similarity index 100% rename from daisy-looper/buttons.h rename to daisyy-looper/buttons.h diff --git a/daisy-looper/daisy-looper.ino b/daisyy-looper/daisyy-looper.ino similarity index 100% rename from daisy-looper/daisy-looper.ino rename to daisyy-looper/daisyy-looper.ino diff --git a/daisy-looper/env_follower.h b/daisyy-looper/env_follower.h similarity index 100% rename from daisy-looper/env_follower.h rename to daisyy-looper/env_follower.h diff --git a/daisy-looper/helpers.h b/daisyy-looper/helpers.h similarity index 100% rename from daisy-looper/helpers.h rename to daisyy-looper/helpers.h diff --git a/daisy-looper/leds.h b/daisyy-looper/leds.h similarity index 100% rename from daisy-looper/leds.h rename to daisyy-looper/leds.h diff --git a/daisy-looper/lfo.h b/daisyy-looper/lfo.h similarity index 100% rename from daisy-looper/lfo.h rename to daisyy-looper/lfo.h diff --git a/daisy-looper/looper.h b/daisyy-looper/looper.h similarity index 100% rename from daisy-looper/looper.h rename to daisyy-looper/looper.h diff --git a/daisy-looper/luts.h b/daisyy-looper/luts.h similarity index 100% rename from daisy-looper/luts.h rename to daisyy-looper/luts.h diff --git a/daisy-looper/potentiometers.h b/daisyy-looper/potentiometers.h similarity index 100% rename from daisy-looper/potentiometers.h rename to daisyy-looper/potentiometers.h diff --git a/daisy-looper/ui.h b/daisyy-looper/ui.h similarity index 100% rename from daisy-looper/ui.h rename to daisyy-looper/ui.h -- GitLab