Update bridge_v.c
This commit is contained in:
parent
831d3e5a14
commit
eccc1860d2
20
bridge_v.c
20
bridge_v.c
@ -1,3 +1,23 @@
|
||||
/*
|
||||
Calculator for Bridge voltages given four resistance values
|
||||
|
||||
A
|
||||
/ \
|
||||
R1 R2
|
||||
/ \
|
||||
B C
|
||||
\ /
|
||||
R3 R4
|
||||
\ /
|
||||
D
|
||||
|
||||
5V on A
|
||||
0V on D
|
||||
voltage diff between B and C calculated
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user