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:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace sta
|
||||
{
|
||||
class PrintableSerial: public sta::BasePrintable
|
||||
class PrintableSerial: public Printable
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
@@ -25,7 +25,7 @@ namespace sta
|
||||
*
|
||||
* @ingroup sta_core
|
||||
*/
|
||||
class PrintableUART : public BasePrintable
|
||||
class PrintableUART : public Printable
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user