- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
- Jul 30, 2015
-
-
AnHardt authored
Just the minimal changes to qr_solve.cpp and .h to get rid of malloc() and free(). Saves about 656 bytes of progmem (library-code) and 22 bytes for static variables. Should use exactly the same amount of stack as it did before on the heap.
-
- Mar 27, 2015
-
-
Scott Lahteine authored
-
- Dec 21, 2014
-
-
alexborro authored
-
- Dec 19, 2014
-
-
John Davis authored
Changed leveling to compensation
-
- Feb 25, 2014
-
-
Cylindric authored
-
- Feb 21, 2014
-
-
Gabe Rosenhouse authored
Fixed compiler errors on Ubuntu using arduino-core
-
- Feb 20, 2014
-
-
Gabe Rosenhouse authored
-
- Dec 06, 2013
-
-
fsantini authored
The code for the LSQ solver (qr_solve) is copyrighted by John Burkardt and released under LGPL here: http://people.sc.fsu.edu/~%20jburkardt/c_src/qr_solve/qr_solve.html (see qr_solve.cpp for further copyright information)
-