chipKIT® Development Platform

Inspired by Arduino™

Language reference for mpide?

Created Sun, 27 Jan 2013 01:18:13 +0000 by YOBE.


YOBE.

Sun, 27 Jan 2013 01:18:13 +0000

Somebody has a suggestion where I can find a language reference for mpide? I know the Arduino site, but on this forum I read now stuff like " sprintf", "long double", ... But no overview what is possible for Mpide


majenko

Sun, 27 Jan 2013 08:38:03 +0000

[url]http://WWW.cplusplus.com[/url]


YOBE.

Sun, 27 Jan 2013 11:14:34 +0000

Thanks. Does it mean that most of the C language is also valid for Mpide


majenko

Sun, 27 Jan 2013 18:19:45 +0000

Yes.

MPIDE uses g++ (Gnu C++) to compile. Everything else is just "libraries".