diff options
Diffstat (limited to 'nl_examples/todo.c')
-rw-r--r-- | nl_examples/todo.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/nl_examples/todo.c b/nl_examples/todo.c index 641a94fa803..9da1a2c66f6 100644 --- a/nl_examples/todo.c +++ b/nl_examples/todo.c @@ -49,23 +49,6 @@ #endif #if 0 - NETDEV_VCCS(VV) - PARAM(VV.G, 100000) // typical OP-AMP amplification - RES(R1, 1000) - RES(R2, 1) - RES(R3, 10000) - - NET_C(4V, R1.1) - NET_C(R1.2, VV.IN) - NET_C(R2.1, VV.OP) - NET_C(R3.1, VV.IN) - NET_C(R3.2, VV.OP) - NET_C(R2.2, GND) - NET_C(VV.ON, GND) - NET_C(VV.IP, GND) - //LOG(logX, VV.OP) - //LOG(logY, 4V) - #endif #if 0 |