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
To perform measurements of an input terminal configured as RTD use built-in function `pinCurrent()` as shown below:
3425
+
3426
+
```arduino
3427
+
float value = exp.pinCurrent(<input>);
3428
+
```
3429
+
3430
+
The following example will let you measure the current in all the analog inputs of every expansion connected at once, this sketch is based on the built-in example found in **File > Examples > Arduino_Opta_Blueprint > Analog > ADC**:
0 commit comments