-
```c
void blink_leds_delay(void) {
/* Toggle all LEDs. */
bsp_board_leds_on();
nrf_delay_ms(500);
bsp_board_leds_off();
}
```
in the app generates
```asm
00030010 :
30010…
-
duplicating http://abstrakraft.org/cwiid/ticket/92 here as trac seems to be in read-only mode.
The trunk-r197 does not work with the Balance Board. The wmdemo (and my application using the libcwiid) …
-
Hello,
foremost, thank you very much for this great project!
I recently bought a Z906 and shortly after found this cool solution.
Although we double/triple checked the wires, unfortunately we wer…
-
Shelly Plus Plug S has four WS2812 LEDs in the outer ring.
This template for both LED Strings (each with two WS2812) on GPIO 25 (left half) and 26 Right half) works for me:
` {"NAME":"Shelly Plus Pl…
-
I have noticed that you must be root in order to toggle the LED status on a wiimote. Is there perhaps some other way to do this so I can have a non root user affect LED status? This can be reproduced …
-
@jacoburge I got my pads, thanks, looks good so far.
I haven't tried my changes yet, I'll get to that shortly, after I play a bit.
But first bug is when you exit the LED pattern mode, all LEDs are…
-
Hi, I'm the developer of [GWE](https://gitlab.com/leinardi/gwe) and I'm looking for a way to control the RGB lighting of Nvidia cards under Linux.
Currently the `nvidia-settings` app only allows to…
-
like the title says if you are in the middle of a print and toggle the led's off and then back on it will return to the IDLE effect
Will post video in comment when possible
-
The function tree is a highly-abstracted way to describe the product.
Any solutions need to be compatible with the Design Brief and Product Design Specification, but at this point we are minimising…
-
Taking the commands from [this bug report](https://bugzilla.kernel.org/show_bug.cgi?id=216197), and changing the commands to use `hwC0D0` instead of `hwC0D0`, allows you to toggle the leds.
I would…