Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 541 Bytes

internals.rst

File metadata and controls

24 lines (17 loc) · 541 Bytes

Internals

Callback functions

The LambdaPointer class is used to provide contextfull callback functions, using c++11 lambdas

packetio::LambdaPointer< Out(In...)>

Mirror of the Arduino interface

These classes, found in _compat, allow testing on the desktop, and potentially execution on non-Arduino platforms

Print

Stream