Add capacitance calc to html

This commit is contained in:
JP Stringham
2026-01-21 12:14:19 -05:00
parent ae938e3993
commit 255b27afcd
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
.DS_Store
/target /target

View File

@@ -110,7 +110,8 @@
} }
console.log() let cap = -0.5 / (22000 * Math.log(min/max));
console.log(`Calculated capacitance: ${cap}`);
} }
function GetYForData(val) { function GetYForData(val) {