Thanks joydipdns, it works!!
I have to generate a broken sound that is beeping. Is there any possibility to set the wave for 300ms and have a delay of 100ms?
Search found 2 matches
- Wed Apr 29, 2020 10:08 pm
- Forum: Sample Code
- Topic: Sinus Signal Generator from 18Hz to 250kHz
- Replies: 9
- Views: 71501
- Thu Apr 23, 2020 7:21 am
- Forum: Sample Code
- Topic: Sinus Signal Generator from 18Hz to 250kHz
- Replies: 9
- Views: 71501
Re: Sinus Signal Generator from 18Hz to 250kHz
I tried this code using copy past, but complier complains. I had to add:
void setup() {
}
void loop() {
}
Now I can compile and upload code, but I didn't get any sin wave.
void setup() {
}
void loop() {
}
Now I can compile and upload code, but I didn't get any sin wave.