diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-13 19:29:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-13 19:29:31 +0200 |
commit | 3f90c242ff00cc2a8ec26486c1d22bb0e3de0114 (patch) | |
tree | 0e4c041a4b2c8d0256c457bc9027e948ea35501c /robot/sim.h | |
parent | 4dc9b15829321e29b82c5f0317d2a0811aee6482 (diff) |
debug error handling
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 |