Using hpp extension as these are C++ header files, and updating docs

This commit is contained in:
Rodrigo Alfonso
2023-11-18 07:22:16 -03:00
parent 6c1dabd828
commit 2981032bbc
16 changed files with 42 additions and 33 deletions

View File

@@ -6,7 +6,7 @@
// This example sends the pressed buttons to other players.
// (0) Include the header
#include "../../../lib/LinkCable.h"
#include "../../../lib/LinkCable.hpp"
void log(std::string text);