# Packages
No description provided by the author
# Functions
NewSynchronizedSend takes a Send function and wraps it in a SynchronizedSender.
# Structs
ArduinoCoreServerImpl FIXMEDOC.
DebugService implements the `Debug` service.
SettingsService implements the `Settings` service.
SynchronizedSender is a sender function with an extra protection for concurrent writes, if multiple threads call the Send method they will be blocked and serialized.