-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: enhancementProposed improvementProposed improvement
Description
The Serial monitor, together with the .setDebugStream(Serial) option provided in the Arduino_Cellular library, provides additional information on the sketch as it is executed. This can be useful for understanding/debugging the sketch by users without relying on an external JTAG interface.
Given that the Arduino_Cellular library is designed to be used with the Portenta C33/H7 (See #18) as a standalone device, the examples should also be usable in headless mode (with the while (!Serial); line commented). To this end, LED indicators (e.g. digitalWrite(LRED, HIGH)) should be used on the following sketches.
Metadata
Metadata
Assignees
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: enhancementProposed improvementProposed improvement