Skip to content

Commit 6df1c22

Browse files
authored
Update content/arduino-cloud/01.guides/02.arduino-c/arduino-c.md
1 parent d0b5573 commit 6df1c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/arduino-cloud/01.guides/02.arduino-c/arduino-c.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ author: 'Karl Söderby'
77

88
The default option for programming your board to connect to the Arduino Cloud is by using the **C++ language**. The configuration and connection between your board and the Arduino Cloud is supported by the [ArduinoIoTCloud library](https://github.com/arduino-libraries/ArduinoIoTCloud) & [Arduino_ConnectionHandler](https://github.com/arduino-libraries/Arduino_ConnectionHandler) libraries.
99

10+
***When programming in C++, you can use the Arduino API (which is also known as the Arduino Language). To learn more about the Arduino API, check out the [language reference](https://www.arduino.cc/reference/en/).***
11+
1012
Whenever you create a [Thing](/arduino-cloud/cloud-interface/things) in the Arduino Cloud, you automatically start generating a set of files that will handle the configurations, credentials & connection:
1113
- `<sketchname>.ino` - your main sketch file,
1214
- `thingProperties.h` - your main configuration file,

0 commit comments

Comments
 (0)