Cameron Tacklind
Cameron Tacklind
I have image data in a `uint8_t` array that takes up a lot of flash space in my embedded project. It's rather simple image patterns so I suspect it should...
Why do your scripts make 4 symlinks to `/opt/nodejs/node`? What's wrong with just one? `/usr/local/bin/node` should be sufficient, no? Same thing for `npm`. Also, why not use `ln -sf ...`...
This has been asked years ago in this [feature request](http://sourceforge.net/p/mumble/feature-requests/892/). Maybe what I'm looking for is possible already with certificate signing, as was mentioned in the original feature request. Assuming...
I am trying to do some manual pixel level manipulations/extraction to a custom binary format. Near the end of my manipulations, I use `image.scan()` to iterate through the pixels, following...
I'm using this package to control the affinity of my main thread. This seems to work quite well with `partrt` from [rt-tools](https://github.com/OpenEneaLinux/rt-tools). I start node using `partrt` (`partrt -v run...
Hello, I've been searching around on this issue and haven't found a good answer. I hope I'm not doing something silly. I have a simple program that periodically generates a...
If you don't change to the correct directory first, it partially defeats the purpose of doing so. Fixes bugs like: ```log ldd: ./bin/libcoreclr.so: No such file or directory ldd: ./bin/libSystem.Security.Cryptography.Native.OpenSsl.so:...
### Feature Description Following up on #686, it should be possible to set permissions for the created socket file. As it stands, socket files created by `thelounge` are given default...
I'd like to use some existing ATmega32u4 based driver boards. Theses are wired up to the 6-channel PWM output that is unique to the [ATmega32u4](https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf)'s `10-bit High Speed Timer/Counter4`. |...
Note, there is a [minor issue with `getPwmFrequency()`](https://github.com/joan2937/pigpio/issues/557) that prevents it from always reading the correct output frequency.