We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e7f5 commit c4a4b91Copy full SHA for c4a4b91
src/SparkFun_KX13X_regs.h
@@ -41,6 +41,8 @@
41
42
// This file holds the bit fields for the KX132/KX134 registers.
43
44
+#include <cstdint>
45
+
46
#define SFE_KX13X_MAN_ID 0x00 // Retuns "KION" in ASCII
47
48
typedef struct
0 commit comments