Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 13:d05bf1e0237e, committed 2020-10-05
- Comitter:
- Michelbylette
- Date:
- Mon Oct 05 08:32:08 2020 +0000
- Parent:
- 12:d7269702ee7d
- Commit message:
- gg;
Changed in this revision
GSM.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/GSM.h Mon Oct 05 08:24:41 2020 +0000 +++ b/GSM.h Mon Oct 05 08:32:08 2020 +0000 @@ -43,13 +43,13 @@ { public: /** Create GSM instance - * @param tx uart transmit pin to communicate with GSM module - * @param rx uart receive pin to communicate with GSM module + * @param tx uart transmit pin to communicate with GSM module + * @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 + * [out]@param PWK_pin power key pin to turn the module on + * [in]@param Status_pin status pin to hardware check power status + * [in]@param 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);