14 lines
167 B
C++
14 lines
167 B
C++
#include <SmingCore.h>
|
|
|
|
#include "print-test.h"
|
|
|
|
void init()
|
|
{
|
|
Serial.begin(SERIAL_BAUD_RATE);
|
|
Serial.systemDebugOutput(true);
|
|
|
|
print_test();
|
|
|
|
system_restart();
|
|
}
|