Adrian Carpenter

Results 66 comments of Adrian Carpenter

Hi, I moved some stuff around a while back and it had the effect of moving out some stuff which this project (and a couple of others) depended on. However,...

Both dmgee and Pingnoo repositories on this GitHub contain applications that use this library.

> Hi, > could you possibly write how to use it on readme, or give a demo? > > Thanks. Are the examples I told you of helpful for you?...

Development on it was a by product of what I needed as and when while writing pingnoo, if something was needed I would add it but I would add something...

No problem, I figured that since they weren’t there then that would be the answer!  I’ll just modify it myself (thanks for the open source design!) It wasn’t so much...

Yeah no problem, I will upload them later to printables, remind me tomorrow if I haven't replied with the link.

> @fizzyade Hi Adrian, I like your take on the case very much. ~would you mind sharing the case files~? Already found it here https://www.printables.com/model/657228 - thanks for sharing. Yeah,...

it builds and works fine under macOS, I simply "hacked" the Makefile to work on my system rather than do it properly since paths need to be added to find...

I removed the hardcoded paths for macOS in my hack, this now uses brew to discover the location of it's pkg-config and libusb, so.... you need to have home-brew installed,...

The macOS SDK is based on clang, there’s some sort of shim that presents it as gcc when you call gcc, but it doesn’t support whatever that switch does. There’s...