24#include "PlaquetteLib.h"
void preStep()
Updates all components (calls step() on all of them).
Definition PqCore.h:671
bool timeStep()
Performs additional tasks after the class to step().
Definition PqCore.h:681
void postBegin()
Performs additional tasks after the class to begin().
Definition PqCore.cpp:82
void preBegin(unsigned long baudrate=PLAQUETTE_SERIAL_BAUD_RATE)
Initializes all components (calls begin() on all of them).
Definition PqCore.cpp:55