From 7cb4fe0944b839f28dfd96a88a772cd6a8b58019 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 2 Nov 2023 17:16:25 -0600 Subject: reorganized project files (part 1) (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff) --- hwdef-Ferrero_Rocher.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hwdef-Ferrero_Rocher.h (limited to 'hwdef-Ferrero_Rocher.h') diff --git a/hwdef-Ferrero_Rocher.h b/hwdef-Ferrero_Rocher.h deleted file mode 100644 index 48519ef..0000000 --- a/hwdef-Ferrero_Rocher.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef HWDEF_FERRERO_ROCHER_H -#define HWDEF_FERRERO_ROCHER_H - -/* Ferrero Rocher driver layout - * ---- - * Reset -|1 8|- VCC - * E-switch -|2 7|- Voltage ADC - * Red LED -|3 6|- PWM - * GND -|4 5|- Green LED - * ---- - */ -// TODO: fill in this section, update Ferrero_Rocher code to use it. -#define FAST 0x23 // fast PWM channel 1 only -#define PHASE 0x21 // phase-correct PWM channel 1 only - -#define LAYOUT_DEFINED - -#endif -- cgit v1.2.3