Skip to content

Commit 415de5a

Browse files
committed
Clarify API
1 parent 64ff08a commit 415de5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ArduinoCellular.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@ struct Location {
8585
class ArduinoCellular {
8686
public:
8787
/**
88-
* @brief Default constructor.
88+
* @brief Creates an instance of the ArduinoCellular class.
8989
*/
9090
ArduinoCellular();
9191

9292
/**
9393
* @brief Initializes the modem.
94+
* This function must be called before using any other functions in the library.
9495
*/
9596
void begin();
9697

0 commit comments

Comments
 (0)