mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
- Fix a few underlying reasons for NOLINTs. e.g. min() & max()
- Add a CPPLINT.cfg to filter out [build/include] issues.
- cpplint.py sees to report that we are not including our own header
which we are. shrug.
- Move the library source code to lib/IRremoteESP82666/...
- Change #include ""s to #include <>s
- Change binary literals to 0bNNNNN format.
- Fix some compiler warnings.
- Update travis to new dir structure
4 lines
52 B
INI
4 lines
52 B
INI
set noparent
|
|
root=lib/IRremoteESP8266
|
|
linelength=80
|