Updates all CrcLib
members and routines. This allows the CrcDuino to update its time, LEDs, buzzer, inputs, and any other continuous functionality like communicating with the CrcConnect module.
Must be called continuously in every code you write using the CrcLib
library.
In the void loop()
part of your .ino
file.
This periodic function call is mandatory in the code for CrcLib functions to execute properly. It should be executed once per |
This function does not return a value once it has completed its tasks.
static void Crc::CrcLib::Update()
The following parameters must be passed to the function for it to work properly:
No parameters needed.
This function does not have any overloads. It can only be used as described by the main prototype.
|
There is sadly nothing more to be said about this function…