Slide 11
Slide 11 text
Circuit.js
{!
"title": "OPA2107",!
"type": "dip",!
"pins": [!
"OUTPUT1",!
"INPUT1-",!
"INPUT1+",!
"V-",!
"INPUT1+",!
"INPUT1-",!
"OUTPUT2",!
"V+"!
]!
}
var canvas = document.getElementById('schematic');!
var context = canvas.getContext('2d');!
!
circuit.part(schematic).draw(canvas);