Name Last Update
..
Makefile Loading commit data...
README.md Loading commit data...
c_functions.c Loading commit data...
c_functions.h Loading commit data...
cpp_class.cpp Loading commit data...
cpp_class.hpp Loading commit data...
main.cpp Loading commit data...

README.md

Using C++ and C in a program with RIOT

This project demonstrates how user can use both C++ and C in their application with RIOT.

Makefile Options

  • CXXEXFLAGS : user's extra flags used to build c++ files should be defined here (e.g -std=gnu++11).