1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-15 06:51:40 +00:00
MarlinFirmware/Marlin/src/HAL/HAL_LPC1768/include
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
..
Arduino.h Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
digipot_mcp4451_I2C_routines.c Implement digipots for MKS SBASE (#9927) 2018-03-04 15:14:47 -06:00
digipot_mcp4451_I2C_routines.h Implement digipots for MKS SBASE (#9927) 2018-03-04 15:14:47 -06:00
pinmapping.cpp Preliminary cleanup of #include structure (#9763) 2018-02-23 00:52:52 -06:00
pinmapping.h Preliminary cleanup of #include structure (#9763) 2018-02-23 00:52:52 -06:00
serial.h [2.0.x] Emergency parser for multiple serial ports (#10524) 2018-04-25 20:58:00 -05:00
SPI.h Preliminary cleanup of #include structure (#9763) 2018-02-23 00:52:52 -06:00
Wire.cpp Followup to HAL optimizations and delays 2018-05-13 00:46:23 -05:00
Wire.h Move more strings to PROGMEM 2018-01-24 00:06:06 -06:00