Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868 A4 - Pin Define
#2
this is KC868-A4's pin define, i think you can use DS18B20 GPIO13 for relay.
#define DAC1 25
#define DAC2 26

#define ANALOG_A3 32
#define ANALOG_A4 33

#define ANALOG_A1 34
#define ANALOG_A2 35

const int Relay1 = 2;
const int Relay2 = 15;
const int Relay3 = 5;
const int Relay4 = 4;

const int DI1 = 36;
const int DI2 = 39;
const int DI3 = 27;
const int DI4 = 14;

const int BEEP = 18;

DS18B20 ds(13);
Reply


Messages In This Thread
KC868 A4 - Pin Define - by mfjunior96 - 02-16-2022, 02:33 AM
RE: KC868 A4 - Pin Define - by admin - 02-16-2022, 03:10 AM
RE: KC868 A4 - Pin Define - by mfjunior96 - 02-16-2022, 09:11 PM
RE: KC868 A4 - Pin Define - by admin - 02-17-2022, 12:25 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)