David C W Brown
David C W Brown
Ah no, it's a 12 bit to 6 bit square root. Sadly a table would need 4096 12 bit values. Here's my code: ``` u8 u6sqrt(u16 n) { // from...
Yes, please would you explain a little more what you are looking for? There are no external dependency pre-requisites. There should be no need to strip anything out - what...
I would expect usb.h to be part of your OS. On Ubuntu it's in /usr/include. The make process assumes default include settings. So two questions: What OS are you building...
(And I believe libusb should also be part of your default OS environment.)
Thanks. I have updated the readme to specify the dependency on libusb-dev. Which of Travis, CircleCI, or Codeship do you use? do you have a preference?
Thanks, I've added CI. After looking also at the github advice on CI, I ended up using Semaphore as a) it explicitly claims to support 'C' (others only say 'C++',...
I haven't had problems with my cheap ft232's, but I haven't bashed them really hard. Rather than an ft232 and a t85, how about a pair of t85's? One to...
Oops. s/ISP/SPI/
As far as I remember sent bytes should always show up in the input buffer since the CP210x rx pin sees everything sent on the tx pin. I've used a...
The td command controls a flag which is used by the go command. Go will use a 0x4x debug wire command if timers are enabled, or a 0x6x command if...