penfold42
penfold42
Right now I'm using avri2c but I will likely have to migrate to wire on an esp8266. for now I'll maybe add a simple counter based timeout in those tight...
This works great for me with OSMC and a RPi2. The native GPIO DMA PWM code still seems flaky on my RPi2 AND I lose analog audio out at the...
It's probably not worth adding SPI now. I wrote a driver for ws2811 style leds using SPI directly on the Pi
+1 on this too. 74hct165 support would be great. I'm likely embarking on a new button box but I want to use a pro micro 32u4 for gamepad support. With...
If this credible: http://www.cplusplus.com/reference/cmath/round/ “The value of x rounded to the nearest integral (as a floating-point value).” The current behaviour seems correct.
Either cast it to an int or specify the precision in print : https://www.arduino.cc/en/Serial/Print Serial.println(1.23456, 0) gives "1"
Now that circle has support for Pi4 is uspi support more probable ? Thanks !
From memory, the stm32 cpu only has 32k ram in total. There probably isn’t a lot left to implement a write cache.
What about also adding a minimal Unix like shell ? ls for the list of files cd pwd for directory traversal mount/umount for the current image then you aren’t just...
Yep - this design uses CAS bank switching switching and there are a couple of jumpers for mapping options. It’s first bank can live at $08xxxx and would become the...