GPIO tutorial: Difference between revisions

From Miosix Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 12:41, 22 April 2014

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.