mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Last clean-up; removed config.hpp
This commit is contained in:
@@ -9,6 +9,10 @@ namespace sta
|
||||
class UART : public Interface
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* @param settings %UART bus settings
|
||||
* @param mutex Mutex object for managing shared access. Pass nullptr for no access control
|
||||
*/
|
||||
UART(UARTSettings & settings, Mutex * mutex=nullptr);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user