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
Copy file name to clipboardExpand all lines: hardware/AMEL/samd/variants/AMEL_SmartEverything/variant.h
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,18 @@ void setStepUp(uint32_t on);
252
252
boolisOnBattery(void);
253
253
254
254
255
+
/*
256
+
* FORCE-ON (only SE868-A)
257
+
Force-ON is an input signal that can be used to wake up the SE868-A from the sleep mode.
258
+
It is internally pulled-up. It has active-low logic, i.e. the module wakes up when FORCE_ON is tied to ground. When inactive, it should be left open drain or open collector.
259
+
260
+
Note:
261
+
keeping FORCE_ON tied to ground won’t prevent the SE868-A from going into sleep mode, since this signal is sensitive only to the high-low transition.
262
+
No pull-up circuits are allowed on the FORCE_ON pin, since the signal is already internally pulled up.
0 commit comments