From aff5693a788833eee8cc112449052adb81f079a0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 24 Sep 2022 22:47:17 -0400 Subject: [PATCH] moved +Z up to position 4 to match schematic --- cubesatsim/cubesatsim.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 5c55230c..a33b48fe 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -90,9 +90,9 @@ #define PLUS_Y 1 #define BAT 2 #define BUS 3 -#define MINUS_X 4 -#define MINUS_Y 5 -#define PLUS_Z 6 +#define MINUS_X 5 // 4 +#define MINUS_Y 6 // 5 +#define PLUS_Z 4 // 6 #define MINUS_Z 7 #define TEMP 2 #define PRES 3