From 5a5a542aed1be74c49dcbbd0d2a9488e970ffc70 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 10 May 2022 01:45:43 +0200 Subject: [PATCH] Change folder structure. Create schem folder for schematics. Create src folder for software. --- inverter_proto-cache.lib => schem/inverter_proto-cache.lib | 0 inverter_proto.kicad_pcb => schem/inverter_proto.kicad_pcb | 0 inverter_proto.pro => schem/inverter_proto.pro | 0 inverter_proto.sch => schem/inverter_proto.sch | 0 .../inverter_proto_experimental-cache.lib | 0 .../inverter_proto_experimental.sch | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename inverter_proto-cache.lib => schem/inverter_proto-cache.lib (100%) rename inverter_proto.kicad_pcb => schem/inverter_proto.kicad_pcb (100%) rename inverter_proto.pro => schem/inverter_proto.pro (100%) rename inverter_proto.sch => schem/inverter_proto.sch (100%) rename inverter_proto_experimental-cache.lib => schem/inverter_proto_experimental-cache.lib (100%) rename inverter_proto_experimental.sch => schem/inverter_proto_experimental.sch (100%) diff --git a/inverter_proto-cache.lib b/schem/inverter_proto-cache.lib similarity index 100% rename from inverter_proto-cache.lib rename to schem/inverter_proto-cache.lib diff --git a/inverter_proto.kicad_pcb b/schem/inverter_proto.kicad_pcb similarity index 100% rename from inverter_proto.kicad_pcb rename to schem/inverter_proto.kicad_pcb diff --git a/inverter_proto.pro b/schem/inverter_proto.pro similarity index 100% rename from inverter_proto.pro rename to schem/inverter_proto.pro diff --git a/inverter_proto.sch b/schem/inverter_proto.sch similarity index 100% rename from inverter_proto.sch rename to schem/inverter_proto.sch diff --git a/inverter_proto_experimental-cache.lib b/schem/inverter_proto_experimental-cache.lib similarity index 100% rename from inverter_proto_experimental-cache.lib rename to schem/inverter_proto_experimental-cache.lib diff --git a/inverter_proto_experimental.sch b/schem/inverter_proto_experimental.sch similarity index 100% rename from inverter_proto_experimental.sch rename to schem/inverter_proto_experimental.sch