You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
9 years ago | |
---|---|---|
.. | ||
Makefile | 9 years ago | |
README.md | 9 years ago | |
c_functions.c | 9 years ago | |
c_functions.h | 9 years ago | |
cpp_class.cpp | 9 years ago | |
cpp_class.h | 9 years ago | |
main.cpp | 9 years ago |
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).