mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Last clean-up; removed config.hpp
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
||||
|
||||
enum class UARTMode
|
||||
{
|
||||
RX,
|
||||
|
@@ -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