We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb604db commit b80353aCopy full SHA for b80353a
src/MagAlpha.h
@@ -18,6 +18,10 @@
18
#endif
19
#include "MagAlphaGen3.h"
20
21
+//SPI Mode: MagAlpha Gen3 support SPI mode 3 and 0 [SPI_MODE3, SPI_MODE0]
22
+#define MA_SPI_MODE_0 SPI_MODE0
23
+#define MA_SPI_MODE_3 SPI_MODE3
24
+
25
class MagAlpha: public MagAlphaGen3 {};
26
27
#endif //MAGALPHA_H
src/MagAlphaGen3.h
@@ -20,7 +20,6 @@
#else
#include "WProgram.h"
-// #include <SPI.h>
#include "MagAlphaBase.h"
class MagAlphaGen3: public MagAlphaSPI {
0 commit comments