Which PIC do I use?

Status
Not open for further replies.

Guess I'd better get off here and get some work done!
 
Thanks for all the advice guys. Got myself some 16f628's and going to start learning on those, and I will take a look at the different compilers mentioned.

Txs again
Magen
 
Hola Mike,

I know nothing about C.

What the "overload" function does?

Intrigued.
 
Hola Mike,

I know nothing about C.

What the "overload" function does?

Intrigued.
Aparently not enough to look it up
Try this https://www.redhat.com/docs/manuals/database/RHDB-7.1.3-Manual/prog/xfunc-overload.html

For the most part what it means is that you can have several functions with the same name and the compiler tells them apart by the number and types of paramets used in the call. Also see function signature.

A function's signature is a combination of the function's name; the number, order, and types of its parameters; as well as any qualifiers that can be applied to the function.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…