Skip to content

Commit 1d65c54

Browse files
committed
added modem supply voltage definition
1 parent 5582fc6 commit 1d65c54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sam/1.0.3/variants/geolink_opentracker/variant.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ static const uint8_t CANTX = 33;
237237
#define PIN_C_REBOOT 4
238238
#define PIN_RING_GSM 22
239239
#define PIN_GSM_VDD_EXT 24
240-
#define ANALOG_VREF 3.4f
240+
#define ANALOG_VREF 3.400f
241+
#define MODEM_VBAT 4.133f
241242
#else
242243
// HW Revision 2.4
243244
// dropped "REBOOT" pin and "GSM VDD" (unused)
@@ -247,6 +248,7 @@ static const uint8_t CANTX = 33;
247248
#define PIN_C_IN1_PD 38
248249
#define PIN_C_IN2_PD 39
249250
#define ANALOG_VREF 3.307f
251+
#define MODEM_VBAT 4.360f
250252
#endif
251253

252254
#define AIN_S_INLEVEL 49

0 commit comments

Comments
 (0)