ok
Revision 12:d7269702ee7d, committed 2020-10-05
- Comitter:
- Michelbylette
- Date:
- Mon Oct 05 08:24:41 2020 +0000
- Parent:
- 11:c93524a12e92
- Commit message:
- ok; g
Changed in this revision
GSM.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/GSM.h Sat Oct 03 14:43:26 2020 +0000 +++ b/GSM.h Mon Oct 05 08:24:41 2020 +0000 @@ -47,6 +47,9 @@ * @param rx uart receive pin to communicate with GSM module * @param baudRate baud rate of uart communication * @param number default phone number during mobile communication + * @param [out]PWK_pin power key pin to turn the module on + * @param [in]Status_pin status pin to hardware check power status + * @param [in]Sonnette_pin ring indicator to detect incoming messages or calls */ GSM(PinName tx, PinName rx, int baudRate, char *number, PinName PWK_pin = NC, PinName Status_pin = NC, PinName Sonnette_pin = NC) : PWK(PWK_pin), Status(Status_pin), Sonnette(Sonnette_pin), gprsSerial(tx, rx) { //gprsSerial.baud(baudRate);