Skip to content

Commit c702700

Browse files
Change spelling of Electric Potention to Electric Potential variable name
The specialized type listed Electric Potention, I believe should be Electric Potential? When selecting cloud variables in the Arduino Cloud, it is listed Electric Potential.
1 parent 39c4c3d commit c702700

File tree

1 file changed

+2
-2
lines changed
  • content/arduino-cloud/03.cloud-interface/02.variables

1 file changed

+2
-2
lines changed

content/arduino-cloud/03.cloud-interface/02.variables/variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ You can use them just like a normal variable of the wrapped type since they supp
175175
| Counter | `CloudCounter variableName;` | `int` |
176176
| Data Rate | `CloudDataRate variableName;` | `float` |
177177
| Electric Current | `CloudElectricCurrent variableName;` | `float` |
178-
| Electric Potention | `CloudElectricPotention variableName;` | `float` |
178+
| Electric Potential | `CloudElectricPotential variableName;` | `float` |
179179
| Electric Resistance | `CloudElectricResistance variableName;` | `float` |
180180
| Energy | `CloudEnergy variableName;` | `float` |
181181
| Flow Rate | `CloudFlowRate variableName;` | `float` |
@@ -558,4 +558,4 @@ In this article, we have covered how to use variables in the Arduino Cloud, and
558558

559559
We have also shown some code examples and good practices to keep variable synchronization optimal, such as using the `millis()` function.
560560

561-
The use of Cloud variables is almost identical to how you use variables in a regular sketch, with the exception that they are synchronized with the Arduino Cloud.
561+
The use of Cloud variables is almost identical to how you use variables in a regular sketch, with the exception that they are synchronized with the Arduino Cloud.

0 commit comments

Comments
 (0)