diff options
Diffstat (limited to 'robot/io.h')
-rw-r--r-- | robot/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <stdint.h> #include <stdlib.h> +void w2_io_main(); + typedef struct { bool pressed; } w2_s_i_push; |
index : project-robotrun-software | |
21-22 b04 proj06: robotrun |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | robot/io.h | 2 |
@@ -3,6 +3,8 @@ #include <stdint.h> #include <stdlib.h> +void w2_io_main(); + typedef struct { bool pressed; } w2_s_i_push; |