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
buzzer.h
circularqueue.h
duration_t.h Fix #9904 - toDigital should show 00-99 hours 2018-03-04 04:34:39 -06:00
hex_print_routines.cpp
hex_print_routines.h
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
point_t.h
private_spi.h
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