Joerg Reisenweber wrote: > R54 indeed seems insane with 120R, I even wonder of the OC can drive that much
If you install DSV, you can easily call up the data sheets. You should try it - being able to get a component's data sheet within fractions of a second does interesting things to the review workflow. Here's how to do it: git clone git://projects.qi-hardware.com/eda-tools.git git clone git://projects.qi-hardware.com/wernermisc.git cp eda-tools/dsv/dsv $SOME_PLACE_IN_YOUR_PATH cd wernermisc/m1r4/dsv make This will trigger the download, which will take a few minutes. You will see wget report progress every once in a while. When done, you can view the data sheet of components by specifying the component reference. E.g., the optocoupler would be dsv U6 (It's case-sensitive. You could also use the component name, but since this is machine-generated and I didn't bother to add aliases, component names are often a little more cryptic in this case than necessary.) - Werner _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
