added small code example

This commit is contained in:
Dorian Zedler 2020-04-08 18:56:37 +02:00
parent e9971cab79
commit d531950a0b
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -19,6 +19,12 @@
/**
* This class is used to connect and talk to the ScStw basestation.
*
* @code{.cpp}
* ScStwClient * client = new ScStwClient();
* client->setIp("192.168.4.1");
* client->connectToHost();
* @endcode
*
* @brief The ScStwClient class
* @author Dorian Zedler
*/