Marlin_Firmware/Marlin/src/libs
Scott Lahteine 49cf92dc36
Extended condition macros (#13419)
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
2019-03-16 23:43:06 -05:00
..
L6470 Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
bresenham.h Create bresenham.h 2019-03-15 19:20:39 -05:00
buzzer.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
buzzer.h Update copyright in headers 2019-02-12 15:30:11 -06:00
circularqueue.h Update copyright in headers 2019-02-12 15:30:11 -06:00
duration_t.h Update copyright in headers 2019-02-12 15:30:11 -06:00
hex_print_routines.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
hex_print_routines.h Update copyright in headers 2019-02-12 15:30:11 -06:00
least_squares_fit.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
least_squares_fit.h Update copyright in headers 2019-02-12 15:30:11 -06:00
nozzle.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
nozzle.h Update copyright in headers 2019-02-12 15:30:11 -06:00
point_t.h Update copyright in headers 2019-02-12 15:30:11 -06:00
private_spi.h Update copyright in headers 2019-02-12 15:30:11 -06:00
softspi.h Update HAL and libs formatting 2018-11-10 19:43:23 -06:00
stopwatch.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
stopwatch.h Update copyright in headers 2019-02-12 15:30:11 -06:00
vector_3.cpp Update some ABL/UBL conditionals 2019-02-25 16:01:42 -06:00
vector_3.h Update copyright in headers 2019-02-12 15:30:11 -06:00