ESP32_ChinaDieselHeater_Con.../Arduino/BTCDieselHeater/pins.h
rljonesau 668870580e Added code to allow injection of test commands into unknown protocol values to see if some sort of
reaction could be found - none so far.
Added Blue LED flash on ESP32 when Rx'ing serial blue wire data.
Created a UtilClasses.h file for utility classes.
2018-11-06 20:43:54 +11:00

11 lines
259 B
C

const int TxEnbPin = 22;
const int ListenOnlyPin = 21;
const int Tx1Pin = 18;
const int Rx1Pin = 19;
const int Tx2Pin = 16;
const int Rx2Pin = 17;
const int HC05_KeyPin = 15;
const int HC05_SensePin = 4;
const int WiFi_TriggerPin = 23;
const int LED_Pin = 2;