Marlin_Firmware/Marlin/src/HAL/shared
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
..
backtrace Coding standards 2019-02-19 14:58:39 -06:00
Delay.h HAL for Linux (#13146) 2019-02-22 19:09:10 -06:00
HAL_spi_L6470.cpp Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
HAL_SPI.h Update copyright in headers 2019-02-12 15:30:11 -06:00
I2cEeprom.cpp Use 8-bit i2c address on LPC platform 2019-02-20 06:27:26 -06:00
MarlinSerial.h Update copyright in headers 2019-02-12 15:30:11 -06:00
math_32bit.h Update copyright in headers 2019-02-12 15:30:11 -06:00
persistent_store_api.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
persistent_store_api.h Update copyright in headers 2019-02-12 15:30:11 -06:00
servo_private.h Update copyright in headers 2019-02-12 15:30:11 -06:00
servo.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
servo.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SpiEeprom.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00