Noob question

I was thinking of a Leonardo clicking device which is supposed to click (logic).
The only problem is that I suck at coding.
Please help me.

what exactly do you want to do? Be more specific with your project !!!

Hi nj55.

What's this clicking you're talking about ?

On the Arduino site is the function click. (or similar to that)
I just want to control the click frequency, in the code.

nj55:
On the Arduino site is the function click. (or similar to that)

This is the Arduino site. I don't see a function called click, or similar to that, here: Arduino - Home.

So you'll need to provide a link, else it's likely nobody will know what you're talking about.

As you were starting this thread telling you're a n00b, let me help you with this.
You are asking other people,who are in an entire different mindset as you are at that moment for something that is very clear to you.
Assume that it isn't to anybody else.
There are very much things that can click, a mouse in just another example for that.

Next time when you're going to ask any question, assume the people reading it do not know what you're talking about.
Be sure you are telling every detail you know, and do not leave parts (that might be obvious to you) out.
The link you supplied has the word(s) MouseClick in it.
That changes it all and makes a lot more sense.

Having said that, start with the beginning.
Follow some examples, have some LEDs blinking and so forth.
That will be the base for your programming skills, and you shouldn't skip that.
Don't try to do what you had in mind without any skills yet, you'll end up disappointed in Arduino and your skills (which has to be developed).

nj55:
Mouse.click() - Arduino Reference

Ah! I was thinking click as in making a sound....

See Blink Without Delay. Learn it.

Ignore the Blink sketch. It will only teach you bad habits.