Search found 2 matches

by Gerdchen03
Wed Apr 29, 2020 10:08 pm
Forum: Sample Code
Topic: Sinus Signal Generator from 18Hz to 250kHz
Replies: 9
Views: 66793

Re: Sinus Signal Generator from 18Hz to 250kHz

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?
by Gerdchen03
Thu Apr 23, 2020 7:21 am
Forum: Sample Code
Topic: Sinus Signal Generator from 18Hz to 250kHz
Replies: 9
Views: 66793

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.