From 4c2f6453f195f7de3f2c8134ac4a67dd521c0dbc Mon Sep 17 00:00:00 2001 From: Rob French Date: Sun, 3 May 2020 23:38:41 -0500 Subject: [PATCH] Moved the sketch into a subdir. Main folder should contain e.g. schematics for the IOP setup. --- audio.h => ubitx_iop/audio.h | 0 audio.ino => ubitx_iop/audio.ino | 0 cat.h => ubitx_iop/cat.h | 0 cat.ino => ubitx_iop/cat.ino | 0 config.h => ubitx_iop/config.h | 0 eeprom.h => ubitx_iop/eeprom.h | 0 eeprom.ino => ubitx_iop/eeprom.ino | 0 ubitx_iop.h => ubitx_iop/ubitx_iop.h | 0 ubitx_iop.ino => ubitx_iop/ubitx_iop.ino | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename audio.h => ubitx_iop/audio.h (100%) rename audio.ino => ubitx_iop/audio.ino (100%) rename cat.h => ubitx_iop/cat.h (100%) rename cat.ino => ubitx_iop/cat.ino (100%) rename config.h => ubitx_iop/config.h (100%) rename eeprom.h => ubitx_iop/eeprom.h (100%) rename eeprom.ino => ubitx_iop/eeprom.ino (100%) rename ubitx_iop.h => ubitx_iop/ubitx_iop.h (100%) rename ubitx_iop.ino => ubitx_iop/ubitx_iop.ino (100%) diff --git a/audio.h b/ubitx_iop/audio.h similarity index 100% rename from audio.h rename to ubitx_iop/audio.h diff --git a/audio.ino b/ubitx_iop/audio.ino similarity index 100% rename from audio.ino rename to ubitx_iop/audio.ino diff --git a/cat.h b/ubitx_iop/cat.h similarity index 100% rename from cat.h rename to ubitx_iop/cat.h diff --git a/cat.ino b/ubitx_iop/cat.ino similarity index 100% rename from cat.ino rename to ubitx_iop/cat.ino diff --git a/config.h b/ubitx_iop/config.h similarity index 100% rename from config.h rename to ubitx_iop/config.h diff --git a/eeprom.h b/ubitx_iop/eeprom.h similarity index 100% rename from eeprom.h rename to ubitx_iop/eeprom.h diff --git a/eeprom.ino b/ubitx_iop/eeprom.ino similarity index 100% rename from eeprom.ino rename to ubitx_iop/eeprom.ino diff --git a/ubitx_iop.h b/ubitx_iop/ubitx_iop.h similarity index 100% rename from ubitx_iop.h rename to ubitx_iop/ubitx_iop.h diff --git a/ubitx_iop.ino b/ubitx_iop/ubitx_iop.ino similarity index 100% rename from ubitx_iop.ino rename to ubitx_iop/ubitx_iop.ino