You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5: (int16_t)adc_buffer.batt1); Battery adc-value measured by mainboard
219
-
* 6: (int16_t)(batVoltage * BAT_CALIB_REAL_VOLTAGE / BAT_CALIB_ADC)); Battery calibrated voltage multiplied by 100 for verifying battery voltage calibration
220
-
* 7: (int16_t)board_temp_adcFilt); for board temperature calibration
221
-
* 8: (int16_t)board_temp_deg_c); Temperature in celcius for verifying board temperature calibration
213
+
* in1: (int16_t)input1); raw input1: ADC1, UART, PWM, PPM, iBUS
214
+
* in2: (int16_t)input2); raw input2: ADC2, UART, PWM, PPM, iBUS
* BatADC: (int16_t)adc_buffer.batt1); Battery adc-value measured by mainboard
218
+
* BatV: (int16_t)(batVoltage * BAT_CALIB_REAL_VOLTAGE / BAT_CALIB_ADC)); Battery calibrated voltage multiplied by 100 for verifying battery voltage calibration
219
+
* TempADC: (int16_t)board_temp_adcFilt); for board temperature calibration
220
+
* Temp: (int16_t)board_temp_deg_c); Temperature in celcius for verifying board temperature calibration
222
221
*
223
222
*/
224
223
225
224
// #define DEBUG_SERIAL_USART2 // left sensor board cable, disable if ADC or PPM is used!
226
-
#if defined(VARIANT_ADC)
227
-
#defineDEBUG_SERIAL_USART3// right sensor board cable, disable if I2C (nunchuk or lcd) is used!
228
-
#endif
229
-
230
-
#ifndefVARIANT_TRANSPOTTER
231
-
//#define DEBUG_SERIAL_SERVOTERM
232
-
#defineDEBUG_SERIAL_ASCII
233
-
#endif
225
+
// #define DEBUG_SERIAL_USART3 // right sensor board cable, disable if I2C (nunchuk or lcd) is used!
234
226
// ########################### END OF DEBUG SERIAL ############################
0 commit comments