-
**The Context**
I'm in the process of porting the libraries of [Skywriter](https://github.com/pimoroni/skywriter-hat) & [Flick](https://github.com/PiSupply/Flick) I2C gesture sensing boards from pyth…
-
Built this today, and had a play. Loving it so far, the UI is gorgeous.
A couple of bits I would love to see
- as discussed on reddit, custom apps on the side bar would be amazing for me, and a…
-
Add in blocks to control the GPIO Pins on the RAK header.
(Originally requested by @BombilCalabasov)
-
```
What steps will reproduce the problem?
I have the following bits of code:
// Setup the pin mux
volatile unsigned long *pinconf;
pinconf = (unsigned long*) mmap(NULL, 0x10000, PROT_READ | PROT_WRIT…
-
Hi
For a unknown reason, my raspberry do not read/find my temp sensors. But when i config the os to locate them at gpio 17 they appear when I type sudo ls /sys/bus/w1/devices
But Craftbeerpi don't f…
-
https://github.com/rust-embedded/gpio-cdev
Sysfs interface for GPIO is now deprecated: https://github.com/rust-embedded/rust-sysfs-gpio/issues/38
I'm using kernel 5.11 and the old way does not w…
-
```
What steps will reproduce the problem?
I have the following bits of code:
// Setup the pin mux
volatile unsigned long *pinconf;
pinconf = (unsigned long*) mmap(NULL, 0x10000, PROT_READ | PROT_WRIT…
-
```
What steps will reproduce the problem?
I have the following bits of code:
// Setup the pin mux
volatile unsigned long *pinconf;
pinconf = (unsigned long*) mmap(NULL, 0x10000, PROT_READ | PROT_WRIT…
-
```
What steps will reproduce the problem?
I have the following bits of code:
// Setup the pin mux
volatile unsigned long *pinconf;
pinconf = (unsigned long*) mmap(NULL, 0x10000, PROT_READ | PROT_WRIT…
-
I wanted to try "AnimatedGIFs.ino" on an ESP32-WROOM-32 with an SD Card.
The Led Matrix works very well with other example projects such as "FeatureDemo.ino".
My SDCard test program works very well …