-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinout config on bbc:microbit is wrong #10
Comments
Same problem here. Any ideas? |
same problem here too. |
Anyone know where those pins are defined/mapped? |
Same problem. But I experimented a bit. I have exchanged the following two directories with those from the current branch of mbed: <project>/.piolibdeps/microbit-dal_ID360/inc With this change the display works (buttons, motion sensor also). I have not tested everything. But it seems that the microbit-dal library is outdated. I am a completely new user of platformio. I think the concept is great. It was so easy to create an eclipse project for the "microbit" (I have not yet managed to do so under mbed). |
Hello! I'm using platformIO, IDE 1.7.2 | Core 3.2.1
I'm doing a project initialization as follows (using the microbit-hello-world example):
The example code is this:
The example compiles fine and uploads to the microbit. But the pinout configuration seems to be somewhat off, as the led matrix doesn't display any sensible text. I've tried to use the equivalent example in the mbed-online-compiler, and the display scrolls HELLO WORLD as expected.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: