Blame view

Tangible/serial.h 139 Bytes
67b73333   amoreau   Ajout du squelette
1
2
3
4
5
6
  /** Definitions for serial port **/
  
  void init_serial(int speed);
  void send_serial(char c);
  char get_serial(void);
  void init_printf(void);