Marlin_Firmware/Marlin/src/HAL/HAL_AVR
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
..
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_168.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_644.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_1280.h Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
fastio_1281.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_AT90USB.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_AVR.cpp Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
fastio_AVR.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_spi_AVR.cpp Very minor SPI speedup 2019-02-20 04:36:23 -06:00
HAL.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
MarlinSerial.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
MarlinSerial.h Update copyright in headers 2019-02-12 15:30:11 -06:00
math_AVR.h Update copyright in headers 2019-02-12 15:30:11 -06:00
persistent_store_eeprom.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
pinsDebug_plus_70.h Update copyright in headers 2019-02-12 15:30:11 -06:00
pinsDebug_Teensyduino.h Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
pinsDebug.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SanityCheck.h Allows user to set (almost) any PWM frequency (#12638) 2019-03-08 02:15:42 -06:00
servo_AVR.cpp Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
ServoTimers.h Update copyright in headers 2019-02-12 15:30:11 -06:00
spi_pins.h Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_AVR.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_AVR.h Update copyright in headers 2019-02-12 15:30:11 -06:00