mirror of
https://github.com/sweetlilmre/tapuino.git
synced 2026-07-27 19:55:41 +00:00
fixed exit condition for motor off timeout reduced display string length for 16x2 displays increased debounce time
14 lines
90 B
Arduino
14 lines
90 B
Arduino
extern "C"
|
|
{
|
|
#include "tapuino.h"
|
|
}
|
|
|
|
void setup()
|
|
{
|
|
tapuino_run();
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
}
|