Control of mbed using OSC. Based on code from the Make Controller. Right now you can turn the onboard LEDs on/off and toggle 8 digital out pins. More I/O will be done in the future.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

TCPItem Class Reference

TCPItem Class Reference

A simple object which provides the base for all TCP enabled objects. More...

#include <TCPItem.h>

Inherited by TCPConnection, and TCPListener.


Detailed Description

A simple object which provides the base for all TCP enabled objects.

Do not ues it directly unless you know what you doing. Normaly what you want to use is TCPListener or TCPConnector.

Definition at line 16 of file TCPItem.h.