10 lines
99 B
Arduino
10 lines
99 B
Arduino
#include "watchy_below.h"
|
|
|
|
WatchyBelow watchy;
|
|
|
|
void setup()
|
|
{
|
|
watchy.init();
|
|
}
|
|
|
|
void loop() {} |