skypuppy
skypuppy
What if you use the 32k offset to store your functions? Read how klipper does it.
root@Jack:/home/david# pkg-config --cflags --libs glfw3 Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing `glfw3.pc' to the PKG_CONFIG_PATH environment variable No package...
I had done all that already, but repeated it just to be safe. Still get: david@Minnie:~/frequensea/build$ make [ 76%] Built target lua Linking CXX executable frequensea externals/lua/liblua.a(loslib.c.o): In function `os_tmpname':...
It was installed but apparently it is not found during compile time. Thanks, David On 12/25/2015 04:28 PM, Frederik De Bleser wrote: > Unfortunately I can't test this since I...
The is no 'pkg-config' from the debian repository. There is "apt-get (command line)" and "Synaptic Package Manager" as well as the default Debian package manager. Synaptic works the best. I...
When reading a com port, even an empty one, random noise can show up even if no signal is there. Problem is common across all rs-232 devices and computers. And...
IF one adds validation code upon initializing an RS-232 port, then yes, your validation rules will apply. If, however, one just looks for init without further validation, then it may...
WOW! On 02/17/2016 08:49 AM, AvSquirrel wrote: > ``` > "The function then writes a console message claiming GPS > initialization complete." > ``` > > I added that message...
I tried to do the gpsd thing. However, I lack skills in that obscure programming language called "golang," and was unsuccessful in getting a complete mod. In fact, I couldn't...
Obviously, I'm getting frustrated with my attempts on this project. On 08/24/2016 05:13 PM, Kris Knigga wrote: > Skypuppy, > > Instead of demanding other people do work (for free!),...