Browse Source

Do not use function codes for probe slot push button

pull/1/head
miladS 10 months ago
parent
commit
7a6190159b
  1. 10
      logic/include/model/FunctionCodes.h

10
logic/include/model/FunctionCodes.h

@ -1,16 +1,6 @@
#ifndef FUNCTIONCODES_H
#define FUNCTIONCODES_H
//Probes and LED of probes
#define SLOT1_FC 0x01
#define SLOT2_FC 0x09
#define SLOT3_FC 0x19
#define SLOT4_FC 0x18
#define SLOT1_LED_FC 0x20
#define SLOT2_LED_FC 0x27
#define SLOT3_LED_FC 0x30
#define SLOT4_LED_FC 0x48
//Buttons
#define DUAL_FC 0x1D
#define QUAD_FC 0x1C

Loading…
Cancel
Save