Skip to content

Commit

Permalink
Update rcm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 authored Nov 9, 2023
1 parent f81492f commit f97f6bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RCMv2/rcm.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include <Arduino.h>

#ifndef RCM_HARDWARE_VERSION
#define port1Pin 32
#define port2Pin 33
#define port3Pin 25
Expand All @@ -23,5 +25,7 @@
#define ONBOARD_LED 2
#define batMonitorPin 36

#endif //RCM_HARDWARE_VERSION

boolean enabled = false;
boolean wasEnabled = false;

0 comments on commit f97f6bd

Please sign in to comment.