Skip to content
Snippets Groups Projects
Select Git revision
  • c27b5a2164cfb992ca0d052fbaacf80005570cab
  • master default protected
2 results

uart.hpp

Blame
  • uart.hpp 108 B
    #ifndef UART_H
    #define UART_H
    
    /**
     * Initialises the UART logic.
     */
    void initUart();
    
    #endif /* UART_H */