Terminal with 3 posts

This commit is contained in:
2023-12-15 23:43:22 -05:00
parent 58870c3973
commit a46f483bcb
2 changed files with 80 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ module print_specs() {
oac = opk/sqrt(2);
echo("Vpk = ", vpk, " volts");
echo( "OutPk = ", opk," volts");
echo( "OutVpp = ", 2*opk," volts");
echo("RMS = ", oac, " volts");
}
//