Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if(Vin > 3.3) {
  2. Vout = Vcc;
  3. } else {
  4. Vout = -Vcc;
  5. //never reaches here.
  6. }
  7.  
  8. Vout = Vin;
  9. //Driver needed here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement