muele-marlin/Marlin/src/sd
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
..
usb_flashdrive Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
cardreader.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
cardreader.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
Sd2Card.cpp Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
Sd2Card.h Update copyright in headers 2019-02-12 15:30:11 -06:00
Sd2Card_sdio.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdBaseFile.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdBaseFile.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatConfig.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatStructs.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatUtil.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatUtil.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFile.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFile.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdInfo.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdVolume.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdVolume.h Update copyright in headers 2019-02-12 15:30:11 -06:00