This repository has been archived by the owner on May 25, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline functions and make parameters const
Apparently the Arduino compiler ignores "inline" because it tries to optimise for size. However, all functions are only called once so there shouldn't be any size penalty for inlining.
- Loading branch information