7 Commits (99ecdf59af907ebb8d2d847863614094bb576e3f)

Author SHA1 Message Date
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>
7 years ago
Karl Andersson 428c54f2ad [2.0.x] HAL for STM32F4 (#10434) 7 years ago
Scott Lahteine e297748b22 Apply const, safe_delay in servo.* 7 years ago
Scott Lahteine 54326fb06a HAL updates 8 years ago
Bob-the-Kuhn 97444391e0 Servo & PWM support for LPC1768 (#7500) 8 years ago
Scott Lahteine 105324b85b Match the license headers in other files 8 years ago
Christopher Pepper 4b16fa3272 Implement HAL and apply macros across code-base
Implement AVR Platform
8 years ago