Lab_interaccio/2012/ASK-Shield/References/waspmote-api-v.021/main.cxx
Miguel Angel de Heras 451795bb92 Second commit
2025-03-05 15:57:19 +01:00

13 lines
85 B
C++

int main(void)
{
init();
setup();
for (;;)
loop();
return 0;
}