fusion-zauberstab/firmware/temp/main.cpp
Thomas Schmid 6b60c82e3e format documents
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-06-19 13:05:58 +02:00

10 lines
79 B
C++

#include "zauberstab.h"
void setup()
{
zauberstab_init();
}
void loop()
{
}