GPIO tutorial

From Miosix Wiki
Revision as of 12:41, 22 April 2014 by Fede.tft (talk | contribs) (Created page with "Include statements and namespace required to use this library <source lang="CPP"> #include <miosix.h> using namespace miosix; </source> This is a C++ library, it cannot be use...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Include statements and namespace required to use this library

#include <miosix.h>
using namespace miosix;

This is a C++ library, it cannot be used from a C source file.