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 4dd7652 commit 1b3d9d9Copy full SHA for 1b3d9d9
micropython/modules/pimoroni_i2c/pimoroni_i2c.cpp
@@ -8,7 +8,7 @@ using namespace pimoroni;
8
extern "C" {
9
#include "pimoroni_i2c.h"
10
#include "py/mperrno.h"
11
-#include "extmod/machine_i2c.h"
+#include "extmod/modmachine.h"
12
13
14
_PimoroniI2C_obj_t* PimoroniI2C_from_machine_i2c_or_native(mp_obj_t i2c_obj) {
micropython/modules/pimoroni_i2c/pimoroni_i2c.h
@@ -1,6 +1,6 @@
1
// Include MicroPython API.
2
#include "py/runtime.h"
3
4
#include "hardware/i2c.h"
5
6
/***** Extern of Class Definition *****/
0 commit comments