54 void function1(
int param1,
float param2,
char param3);
static float function2()
Message that describes the function.
static void setup()
Initialize Linduino.
static int var2
Message that describes the function of the variable.
static void loop()
Repeats Linduino loop.
static float var1
Message that describes the function of the variable.
static void function1(int param1, float param2, char param3)
Message that describes the function.