c++ - Arduino - making a ringing tone but its not accurate -


arduino, trying make ring tone (like brrr brrr, brrr brrr, old common telephone ring tone), not close yet. can show me how it?

void play_on() { // should play exact telephony ring tone, how?   for(int i=0; <50; i++) {     tone(2, i+900, i+10);       delay(60);                   notone(2);    }     } 


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -