8000 added Comment on gpsForceOn · ameltech/sme-arduino-core@ac7dd82 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac7dd82

Browse files
author
MiK
committed
added Comment on gpsForceOn
1 parent 1cffccc commit ac7dd82

File tree

1 file changed

+11
-0
lines changed
  • hardware/AMEL/samd/variants/AMEL_SmartEverything

1 file changed

+11
-0
lines changed

hardware/AMEL/samd/variants/AMEL_SmartEverything/variant.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,18 @@ void setStepUp(uint32_t on);
252252
bool isOnBattery(void);
253253

254254

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.
263+
*/
255264
void gpsForceOn(void);
265+
266+
256267
void sfxSleep(void);
257268
void sfxWakeup(void);
258269

0 commit comments

Comments
 (0)
0