14 lines
176 B
C
14 lines
176 B
C
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "opentrigger.h"
|
|
AUTOSTART_PROCESSES(&arduino_sketch);
|
|
|
|
|
|
/*
|
|
* VI settings, see coding style
|
|
* ex:ts=8:et:sw=2
|
|
*/
|
|
|
|
/** @} */
|