ghrh

Revision:
12:d7269702ee7d
Parent:
11:c93524a12e92
Child:
13:d05bf1e0237e
diff -r c93524a12e92 -r d7269702ee7d GSM.h
--- 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);