ghrh
Revision 14:b8ec670dfcf4, committed 2020-10-05
- Comitter:
- Michelbylette
- Date:
- Mon Oct 05 09:27:27 2020 +0000
- Parent:
- 13:d05bf1e0237e
- 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:32:08 2020 +0000 +++ b/GSM.h Mon Oct 05 09:27:27 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 - * [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 + * @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);