Added SW Trigger, Spectrum Protocol, Get ADC Protocol

This commit is contained in:
phdlee
2018-06-11 22:06:42 +09:00
parent 72ccd3b0e4
commit 152b63a9ed
5 changed files with 131 additions and 8 deletions

View File

@@ -192,7 +192,9 @@ byte I2C_LCD_SECOND_ADDRESS; //only using Dual LCD Mode
byte KeyValues[16][3];
byte isIFShift = 0; //1 = ifShift, 2 extend
int ifShiftValue = 0; //
int ifShiftValue = 0; //
byte TriggerBySW = 0; //Action Start from Nextion LCD, Other MCU
/**
* Below are the basic functions that control the uBitx. Understanding the functions before