This repository was archived by the owner on Apr 16, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Problem with Wire when rebuilding mbed os #93
Comments
Hi @astenman , I suggest to switch to the new beta core for development, this one is going to be stuck to mbed 5.x forever. |
Hi @facchinm , Thank you for the quick response! I will try the beta core instead. Can I use the same approach for updating mbed os there? |
Absolutely! The main pro is that you can use mbed 6 (or master version) |
@facchinm : Thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
In my project I needed to recompile mbed-os since I wanted to use a BLE MTU larger than the default value 23.
However, I get problems when building with the Arduino_LSM9DS1 library. It complains about Wire1 not being defined. I can fix the problem manually by using Wire instead of Wire1 in Arduino_LSM9DS1. I also have to change the definition of Wire in Wire.cpp according to
Am I missing something in the configuration? I am running the script "mbed-os-to-arduino" as
where "/home/anste/mbed-os" is my local patched version of mbed os.
The text was updated successfully, but these errors were encountered: