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
Copy file name to clipboardExpand all lines: docs/readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To initialize the MCM ATM90E32 library, include the header file and call the `be
23
23
-**4x** = 4 (CTs up to 15mA/180mV)
24
24
-**Voltage and current calibration:** The seventh, eighth, ninth and tenth parameters fine tune the voltage and current measurements. These values are obtained with the calibration workflow.
25
25
26
-
```arduino
26
+
```cpp
27
27
#include<SPI.h>
28
28
#include<MCM_ATM90E32.h>
29
29
@@ -122,7 +122,7 @@ void setup() {
122
122
123
123
This function admits several parameters, see the following example as reference:
124
124
125
-
```arduino
125
+
```cpp
126
126
voidVIoffsetCal()
127
127
{
128
128
// Voltage Offset Calibration
@@ -145,7 +145,7 @@ The `VIoffsetCal()` function from above will calculate and return the offset of
145
145
146
146
This function admits several parameters, see the following example as reference:
0 commit comments