mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Implemented SPI for Arduino and a few fixes
This commit is contained in:
@@ -31,8 +31,8 @@ namespace sta
|
||||
*/
|
||||
enum class SPIClkPolarity
|
||||
{
|
||||
LOW, /**< Low idle clock */
|
||||
HIGH /**< High idle clock */
|
||||
SPI_LOW, /**< Low idle clock */
|
||||
SPI_HIGH /**< High idle clock */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user