9 years, 4 months ago.

Standard available functions

Hello everyone,

Been playing with PIC's for a while, and decided to check out the AMR processor I've heard so much about. I'm used to using the CCS PIC C compiler. It comes with a 'User Manual' that (among other things) lists the available/"boxed" functions with a brief description of what parameters they use, what they return (if anything), what it does, and a small snippet of sample code. Is there anything like that for for this compiler? If so, where do you find it?

Thanks

1 Answer

9 years, 4 months ago.

Easiest to start is the handbook probably: http://developer.mbed.org/handbook/Homepage

I wanted also to link to the automatically generated documentation (same as what is linked on the handbook pages), but I see it is impossible currently with the number of files in it due to 3rd party driver code which is used by mbed libs.

Accepted Answer