You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
274 B
C

#ifndef ARDUINOLIB_H
#define ARDUINOLIB_H
//#include "Arduino.h"
//#include "WConstants.h"
/* Example of a combinatorial function */
typedef struct Arduinolib__dwrite {
} Arduinolib__dwrite_out;
void Arduinolib__dwrite_step(int p, int v,Arduinolib__dwrite_out *o);
#endif