You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArduinoStreamCommander-MessageTypes contains a set of standard message types used by the [https://github.com/je-s/ArduinoStreamCommander](ArduinoStreamCommander).
2
+
ArduinoStreamCommander-MessageTypes contains a set of standard message types used by the [ArduinoStreamCommander](https://github.com/je-s/ArduinoStreamCommander).
3
3
4
4
The `MessageType`-Class can be resused in other software written in C++, since it is also compatible to ISO-C++'s `std::string`-container.
5
5
# Folder structure
6
6
*`src` contains the source code.
7
7
# Installing and using ArduinoStreamCommander-MessageTypes with the Arduino IDE
8
-
* To install the library either clone and ZIP the folder, or download one of the releases. After that follow the instructions [https://www.arduino.cc/en/Guide/Libraries#toc2](here).
8
+
* To install the library either clone and ZIP the folder, or download one of the releases. After that follow the instructions [here](https://www.arduino.cc/en/Guide/Libraries#toc2).
9
9
* In order to use ArduinoStreamCommander-MessageTypes, `<MessageTypes.hpp>` needs to be included.
10
10
# Usage
11
11
The name (as `String`[Arduino Environment] or as `std::string`[in ISO-C++]) of a particular message type can be accessed by (for example): `MessageType::PING`.
12
12
13
-
For further information regarding the meanings/intentions of the different message types, please see the [https://github.com/je-s/ArduinoStreamCommander](ArduinoStreamCommander) README file.
13
+
For further information regarding the meanings/intentions of the different message types, please see the [ArduinoStreamCommander](https://github.com/je-s/ArduinoStreamCommander) README file.
0 commit comments