|
|
|
@ -42,7 +42,7 @@
|
|
|
|
// SoftwareSerial HoverSerial(2,3); // RX, TX
|
|
|
|
// SoftwareSerial HoverSerial(2,3); // RX, TX
|
|
|
|
|
|
|
|
|
|
|
|
// Global variables
|
|
|
|
// Global variables
|
|
|
|
uint8_t 1 idx = 0; // Index for new data pointer
|
|
|
|
uint8_t idx = 0; // Index for new data pointer
|
|
|
|
uint16_t bufStartFrame; // Buffer Start Frame
|
|
|
|
uint16_t bufStartFrame; // Buffer Start Frame
|
|
|
|
byte *p; // Pointer declaration for the new received data
|
|
|
|
byte *p; // Pointer declaration for the new received data
|
|
|
|
byte incomingByte;
|
|
|
|
byte incomingByte;
|
|
|
|
|