diff options
Diffstat (limited to 'robot/sim.h')
-rw-r--r-- | robot/sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/sim.h b/robot/sim.h index a408bc6..08faee5 100644 --- a/robot/sim.h +++ b/robot/sim.h @@ -11,3 +11,4 @@ void green_led(unsigned char on); // NOLINT void clear(); // NOLINT void play(const char* melody); // NOLINT void serial_set_baud_rate(unsigned int rate); // NOLINT +void serial_send(char* message, unsigned int length); // NOLINT |