You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
276 B
11 lines
276 B
* Subcircuit for analogue to digital converter
|
|
|
|
.subckt bridge_demo_family_d_in in out vcc=3.3
|
|
|
|
* For no good reason the voltage is reduced before A/D converion
|
|
|
|
r1 in in2 1k
|
|
r2 in2 0 1k
|
|
adc [ in2 ] [ out ] lv_adc
|
|
.model lv_adc adc_bridge in_low={vcc/4} in_high={vcc/4}
|
|
.ends
|