Firmware2/Marlin/src/libs
Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.

Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-05-13 04:52:56 -05:00
..
buzzer.cpp Consolidate Buzzer 2017-09-21 16:26:45 -05:00
buzzer.h Consolidate Buzzer 2017-09-21 16:26:45 -05:00
circularqueue.h Move 'libs' files 2017-09-12 14:51:04 -05:00
duration_t.h Fix #9904 - toDigital should show 00-99 hours 2018-03-04 04:34:39 -06:00
hex_print_routines.cpp Cleanup warnings 2017-09-30 16:47:17 -05:00
hex_print_routines.h Libs updates 2017-09-21 16:26:41 -05:00
least_squares_fit.cpp Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
least_squares_fit.h Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
nozzle.cpp Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
nozzle.h Nozzle park args 2018-01-04 03:56:36 -06:00
point_t.h Cleanup Nozzle class, fix XY vs Z move order 2017-11-05 18:31:07 -06:00
private_spi.h Rename SPI class to avoid conflict (good?) 2017-09-21 16:26:49 -05:00
softspi.h Apply shorthand Assembler macros 2018-05-08 10:08:54 -05:00
stopwatch.cpp Add Stopwatch::resume method 2018-04-21 19:06:05 -05:00
stopwatch.h Add Stopwatch::resume method 2018-04-21 19:06:05 -05:00
vector_3.cpp Fewer includes of vector_3.h 2018-05-01 07:05:18 -05:00
vector_3.h Apply some formatting 2017-11-18 03:12:30 -06:00