Stephen Crane
Stephen Crane
Some tiny changes so it compiles out of the box on a Raspberry Pi.
Always welcome!
What hardware are you running this on?
The quality is what it is I'm afraid. Which pin are you using for output?
Please try digital I/O pins 9 or 10 instead, I think pin 3 has a much lower PWM timer resolution: this is a hardware issue. Please also read [this document](https://github.com/jscrane/TTS/blob/master/PWM.md)...
I have no idea! why don't you try it and let me know?
there doesn't appear to be an official raspian package for this library.
Have committed branch which compiles against bcm2835-1.59 but doesn't work: ``` $ sudo ./sensorhub -v ================ SPI Configuration ================ CSN Pin = Custom GPIO22 CE Pin = Custom GPIO7 Clock...
``` $ dpkg -l | grep libusb ii libgusb2:amd64 0.3.10-1 amd64 GLib wrapper around libusb1 ii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming library ii libusb-1.0-0:amd64 2:1.0.26-1 amd64 userspace USB programming...
I had a quick look at SdFat and it's good that it's still under development (and that it has a compatible license). It wasn't clear to me whether its API...