Skip to content

Commit

Permalink
Update extension.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jenish-rudani authored Jan 4, 2024
1 parent 77123e7 commit b2387a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"apiVersion": "1.0.0",
"author": "Jenish Rudani",
"version": "1.0.0",
"description": "An extension for Saleae Logic Analyser that determines the area under curve of an analog voltage measurement against 16.5 Ohm resistor to determine average current consumption",
"description": "An extension for Saleae Logic Analyser that determines the area under curve of an analog voltage measurement against 18 Ohm resistor to determine average current consumption",
"extensions": {
"Average Current Consumption": {
"type": "AnalogMeasurement",
"entryPoint": "Current.Current",
"metrics": {
"Iavg": {
"name": "Current",
"notation": "I<sub>avg</sub>(V<sub>avg</sub>/16.5)",
"notation": "I<sub>avg</sub>(V<sub>avg</sub>/18)",
"units": "A"
},
"Vavg": {
Expand All @@ -21,7 +21,7 @@
},
"Imax": {
"name": "Current",
"notation": "I<sub>max</sub>(V<sub>max</sub>/16.5)",
"notation": "I<sub>max</sub>(V<sub>max</sub>/18)",
"units": "A"
},
"Vmax": {
Expand Down

0 comments on commit b2387a2

Please sign in to comment.