You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`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. |
21
21
|[`unlockSIM`](#class_arduino_cellular_1aa0be2795ff7b23c39ecef90d9906bbdf)| Unlocks the SIM card using the specified PIN. |
22
22
|[`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. |
23
23
|[`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
48
48
ArduinoCellular()
49
49
```
50
50
51
-
Default constructor.
51
+
Creates an instance of the [ArduinoCellular](#class_arduino_cellular) class.
52
52
53
53
<hr />
54
54
@@ -58,7 +58,7 @@ Default constructor.
58
58
voidbegin()
59
59
```
60
60
61
-
Initializes the modem.
61
+
Initializes the modem. This function must be called before using any other functions in the library.
0 commit comments