1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Current monitoring on CC3D

This commit is contained in:
Pierre-A 2014-10-21 20:30:40 +02:00
parent fd32ad6fcb
commit d0ec471d03
5 changed files with 46 additions and 11 deletions

View file

@ -39,6 +39,7 @@ typedef struct drv_pwm_config_t {
bool useParallelPWM;
bool usePPM;
bool useRSSIADC;
bool useCurrentMeterADC;
#ifdef STM32F10X
bool useUART2;
#endif