This website requires JavaScript.
Explore
Help
Sign In
venti
/
fusion-zauberstab
Watch
1
Star
0
Fork
0
You've already forked fusion-zauberstab
forked from
buddhabrot/fusion-zauberstab
Code
Pull Requests
Activity
6b60c82e3e
fusion-zauberstab
/
firmware
/
temp
/
main.cpp
10 lines
79 B
C++
Raw
Normal View
History
Unescape
Escape
first draft of esp32 firmware Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
2022-06-17 03:31:17 +02:00
#
include
"zauberstab.h"
format documents Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-06-19 13:05:58 +02:00
void
setup
(
)
{
first draft of esp32 firmware Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
2022-06-17 03:31:17 +02:00
zauberstab_init
(
)
;
}
format documents Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-06-19 13:05:58 +02:00
void
loop
(
)
{
first draft of esp32 firmware Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
2022-06-17 03:31:17 +02:00
}
Copy Permalink