Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ROME2_P3 by
SerialServer Class Reference
This class implements a communication server using a serial interface. More...
#include <SerialServer.h>
Public Member Functions | |
SerialServer (Serial &serial, IMU &imu, Controller &controller) | |
Creates a serial server object. | |
virtual | ~SerialServer () |
Deletes the serial server object. |
Detailed Description
This class implements a communication server using a serial interface.
Definition at line 21 of file SerialServer.h.
Constructor & Destructor Documentation
SerialServer | ( | Serial & | serial, |
IMU & | imu, | ||
Controller & | controller | ||
) |
Creates a serial server object.
Definition at line 33 of file SerialServer.cpp.
~SerialServer | ( | ) | [virtual] |
Deletes the serial server object.
Definition at line 46 of file SerialServer.cpp.
Generated on Thu Jul 14 2022 22:37:02 by
