Chris L.
Chris L.
*Not the project owner, still trying to answer.* The point is, when you write Assembler, there is no ambiguity, what you write is what you get. With C you will...
I personally don't believe in re/purposing ESCs. They are simply so purpose built that making different things out of them is just not worth the hassle (unless you want to...
Alright, I ran into the exact same problem: ``` Python 2.7.3 (default, Mar 18 2014, 05:13:23) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>...
Check the filenames.The project must have been created on a system that does not is not case sensitive. If yous is - as is mine - you will have to...
https://github.com/mathiasvr/bluejay/issues/59 We actually have that now with EDT...
This repo is abandoned -> https://github.com/mathiasvr/bluejay/issues/59 I assume you have solved the issue by now, if not - come into the new discord, or post in the new repo
OEM is a bit higher than Cherry, I like this site for comparing profiles: https://www.keycaps.info - you can see it more clearly in "stack" mode. I see. It's really a...
People tend to switch around and some manufacturers still go with _S. So to prevent confusion and potentially broken hardware, we just wanted to make sure to be in sync...
Hi, you should check out the stdlib's [dtostrf](http://www.nongnu.org/avr-libc/user-manual/group__avr__stdlib.html#ga060c998e77fb5fc0d3168b3ce8771d42) function. With this function you can convert doubles to string. Greetz, Chris
Another idea was to have a general "Payload" Dshot command to send arbitrary data, basically having a "sub-protocol" spanning multiple "Payload" command frames.