This is a small arduino "library" made of data structures for common IO components with common functionality for myself that I find pretty helpful.
See SametHopeStructs.h for conventions used and a list of data structures included and more.
- Add all files on the repo into the relevant arduino project.
- Include SametHopeStructs.h for all structs or include them individually.
Clang_format_fallback Style configuration used on Visual Studio Code for formatting:
{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 2, TabWidth: 2, BreakBeforeBraces: Attach, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -2 }