Changeset 76 for trunk/fw_g473rct/SES/inc
- Timestamp:
- Sep 9, 2026, 3:02:30 PM (12 days ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/inc/battery_voltage_fast.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/inc/battery_voltage_fast.h
r73 r76 18 18 19 19 20 #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION 65536 21 #define BATTERY_VOLTAGE_FAST_ADC_OFFSET 32768 20 21 #ifdef ADCOFFSET 22 #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION 65536 23 #define BATTERY_VOLTAGE_FAST_ADC_OFFSET 32768 24 #else 25 #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION 32768 26 #define BATTERY_VOLTAGE_FAST_ADC_OFFSET 32768 27 #endif 22 28 23 29 //--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
