We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c3c32 commit 04cd13fCopy full SHA for 04cd13f
source/board/microbitv2/i2c_commands.h
@@ -37,7 +37,12 @@ extern "C" {
37
#define I2C_SLAVE_HID (0x71U)
38
#define I2C_SLAVE_FLASH (0x72U)
39
40
+// Busy flag not yet implemented in nRF52
41
+#if defined(INTERFACE_NRF52820)
42
+#define I2C_PROTOCOL_VERSION (0x01)
43
+#else
44
#define I2C_PROTOCOL_VERSION (0x02)
45
+#endif
46
47
/*! i2c command Id type enumeration */
48
typedef enum cmdId_tag {
0 commit comments