first cut at turnon scripts for EasyTimer v2
[fw/altos] / libaltos / libaltos.h
index 8c49346fdf3a7e45f19934c2bea1355f6b0a7bc0..f7fc90826ac9b0288f3a21abe8ccb8e60507284c 100644 (file)
@@ -42,6 +42,7 @@ struct altos_device {
        int                             serial;
        char                            name[256];
        char                            path[256];
+       int                             (*method_1)(int x, int y);
        //%mutable;
 };