Advertisement
Atdiy

Untitled

Aug 18th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /*
  2. Piezo!
  3. */
  4.  
  5. #include "simpletools.h" // Include simpletools
  6.  
  7. int main() // main function
  8. {
  9. while(1)
  10. {
  11. freqout(9, 1000, 3000); // pin, duration, frequency
  12. freqout(9, 1000, 0);
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement