aboutsummaryrefslogtreecommitdiff
path: root/zumo/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'zumo/protocol.h')
-rw-r--r--zumo/protocol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/zumo/protocol.h b/zumo/protocol.h
index 662a5ce..a1f9951 100644
--- a/zumo/protocol.h
+++ b/zumo/protocol.h
@@ -26,10 +26,6 @@ typedef struct {
float speed_mod; /** @brief global speed multiplier */
} dui_state_t;
-/** @brief non blocking read byte */
-unsigned char uart_read();
/** @brief read and apply cmd to state */
void handle_cmd(unsigned char cmd, dui_state_t *state);
-/** @brief apply state to motors */
-void apply_state(dui_state_t* state);