Skip to content

Commit 5b3490a

Browse files
committed
Update documentation
1 parent 415de5a commit 5b3490a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: docs/api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This class provides methods to interact with the Arduino Pro Modem, such as conn
1616

1717
Members | Descriptions
1818
--------------------------------|---------------------------------------------
19-
| [`ArduinoCellular`](#class_arduino_cellular_1a96d1d9f3fbe80adc3d460b4364d47870) | Default constructor. |
20-
| [`begin`](#class_arduino_cellular_1ad5ca7cf61f48c40569f41f3029d6516e) | Initializes the modem. |
19+
| [`ArduinoCellular`](#class_arduino_cellular_1a96d1d9f3fbe80adc3d460b4364d47870) | Creates an instance of the [ArduinoCellular](#class_arduino_cellular) class. |
20+
| [`begin`](#class_arduino_cellular_1ad5ca7cf61f48c40569f41f3029d6516e) | Initializes the modem. This function must be called before using any other functions in the library. |
2121
| [`unlockSIM`](#class_arduino_cellular_1aa0be2795ff7b23c39ecef90d9906bbdf) | Unlocks the SIM card using the specified PIN. |
2222
| [`connect`](#class_arduino_cellular_1a7fb3c3e841b39c4faacef32cec6277b4) | Registers with the cellular network and connects to the Internet if the APN, GPRS username, and GPRS password are provided. |
2323
| [`isConnectedToOperator`](#class_arduino_cellular_1af7453ef90702e9042e2b4b18fa89db03) | Checks if the modem is registered on the network. |
@@ -48,7 +48,7 @@ This class provides methods to interact with the Arduino Pro Modem, such as conn
4848
ArduinoCellular()
4949
```
5050

51-
Default constructor.
51+
Creates an instance of the [ArduinoCellular](#class_arduino_cellular) class.
5252

5353
<hr />
5454

@@ -58,7 +58,7 @@ Default constructor.
5858
void begin()
5959
```
6060

61-
Initializes the modem.
61+
Initializes the modem. This function must be called before using any other functions in the library.
6262

6363
<hr />
6464

0 commit comments

Comments
 (0)