Skip to content

Commit fa97acc

Browse files
committed
code snippets updated
1 parent 8bba6ad commit fa97acc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,18 @@ void setup() {
7272

7373
### Electrical Parameters Methods
7474

75+
#### Voltage
7576
- `GetLineVoltageA()`: Returns the RMS voltage value of channel A
7677
- `GetLineVoltageB()`: Returns the RMS voltage value of channel B
7778
- `GetLineVoltageC()`: Returns the RMS voltage value of channel C
7879

80+
#### Current
7981
- `GetLineCurrentA()`: Returns the RMS current value of channel A
8082
- `GetLineCurrentB()`: Returns the RMS current value of channel B
8183
- `GetLineCurrentC()`: Returns the RMS current value of channel C
8284
- `GetLineCurrentN()`: Returns the RMS current value of Neutral
8385

86+
#### Power
8487
- `GetActivePowerA()`: Returns the Active Power (W) of channel A
8588
- `GetActivePowerB()`: Returns the Active Power (W) of channel B
8689
- `GetActivePowerC()`: Returns the Active Power (W) of channel C
@@ -99,8 +102,10 @@ void setup() {
99102
- `GetApparentPowerC()`: Returns the Apparent Power (VA) of channel C
100103
- `GetTotalApparentPower()`: Returns the Apparent Power (VA) of all channels
101104

105+
#### Frequency
102106
- `GetFrequency()`: Returns the grid frequency (Hz)
103107

108+
#### Power Factor
104109
- `GetPowerFactorA()`: Returns the Power Factor of channel A
105110
- `GetPowerFactorB()`: Returns the Power Factor of channel B
106111
- `GetPowerFactorC()`: Returns the Power Factor of channel C
@@ -110,6 +115,7 @@ void setup() {
110115
- `GetPhaseB()`: Returns the Phase Angle of channel B
111116
- `GetPhaseC()`: Returns the Phase Angle of channel C
112117

118+
#### Energy
113119
- `GetImportEnergy()`: Returns the active energy imported in (Wh)
114120
- `GetImportReactiveEnergy()`: Returns the reactive energy imported in (VARh)
115121
- `GetImportApparentEnergy()`: Returns the apparent energy imported in (VAh)

0 commit comments

Comments
 (0)