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.

10 lines
184 B
C

#ifndef ARDUINOLIB_H
#define ARDUINOLIB_H
typedef struct Arduinolib__dwrite {
} Arduinolib__dwrite_out;
void Arduinolib__dwrite_step(int p, int v,Arduinolib__dwrite_out *o);
#endif