-
Hello,
with the code here below "attachInterrupt(digitalPinToInterrupt(LOGO), doIntLOGO, FALLING);" that didn't work, with
attachInterrupt(digitalPinToInterrupt(BUTTONA), doIntLOGO, FALLING); that…
-
Second part for:
- https://github.com/lancaster-university/codal-microbit-v2/issues/30
A quick workaround was applied in:
- https://github.com/lancaster-university/codal-microbit-v2/pull/366
H…
-
I'm working through 05-led-roulette and I am at the "debug it" step. I connected to the remote GDB server and set a breakpoint at main. However, when I type "continue" to run the program up till main,…
-
can nnom run correctly in MCU SDK without RT_Thread, for example running in nrf5-sdk
-
I have a microbit v2.21, connected to a recently installed Debian 11.6
Here is the error:
```
$ cargo embed --target thumbv7em-none-eabihf
Finished dev [unoptimized + debuginfo] target(s) in 0…
-
Hi,
In the startup page of my GDB hardware debug configuration, I didn't click "resume". Instead I put "-exec-run" in the text area. ("continue" skip the softdevice initialization of my nrf52833, so …
-
I added this as a new framework to the Platformio registry (also the n-able platform) at the same time of the first release (3 days ago), not sure why it's not yet available (maybe @ivankravets, could…
-
Hi,
I've been looking for a way to replicate "touched", "pressed", "released" events from the official micropython for microbit, however I couldn't find a way to enable this "touch mode" on `p1_04`…
-
Hi, I'm pretty new to Rust so apologies if this is something obvious on my end. When cloning the repo and running `cargo build`, I get the error shown below. I am using Ubuntu 19.10 and rustc version …
-
**Describe the bug**
According to GATT test spec zephyr(IUT) has to send two ATT_READ_MULTIPLE_VARIABLE_LENGTH_REQ commands to PTS, but in this case IUT sent only one ATT_READ_MULTIPLE_VARIABLE_LENGT…