summary refs log tree commit diff stats
path: root/firmware/src/main.cpp
blob: a669a0941ba27ba6d735f5292e2ee159c5dfb9e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <Arduino.h>

void setup()
{

}

void loop()
{

}