Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Piezo!
- */
- #include "simpletools.h" // Include simpletools
- int main() // main function
- {
- while(1)
- {
- freqout(9, 1000, 3000); // pin, duration, frequency
- freqout(9, 1000, 0);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement