Update battery monitoring code for ArduPlane
Fixes compatibility for APM2. Also a significant update to the battery monitoring code: We previously had monitoring modes for individual cell voltages for 3 and 4 cell lipos. These have been removed as they were never really supported (the cell voltages were computed but were not reported or recorded anywhere). Also, some clean-up/prep work was done for supporting monitoring 2 separate battery packs. The CLI battery and current monitoring tests were consolidated into 1 test.
Showing
- ArduPlane/ArduPlane.pde 8 additions, 8 deletionsArduPlane/ArduPlane.pde
- ArduPlane/GCS_Mavlink.pde 7 additions, 7 deletionsArduPlane/GCS_Mavlink.pde
- ArduPlane/Log.pde 3 additions, 3 deletionsArduPlane/Log.pde
- ArduPlane/Parameters.h 1 addition, 1 deletionArduPlane/Parameters.h
- ArduPlane/config.h 4 additions, 0 deletionsArduPlane/config.h
- ArduPlane/defines.h 0 additions, 10 deletionsArduPlane/defines.h
- ArduPlane/sensors.pde 11 additions, 14 deletionsArduPlane/sensors.pde
- ArduPlane/setup.pde 0 additions, 2 deletionsArduPlane/setup.pde
- ArduPlane/test.pde 23 additions, 37 deletionsArduPlane/test.pde
Loading
Please register or sign in to comment