Skip to content

Arduino actor for impulse switches with webserver and mqtt

License

Notifications You must be signed in to change notification settings

reini-1/arduino-smart-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-smart-switch

Arduino actor for latching/impulse switches (Stromstoßschalter) with webserver and mqtt

Code formating

Source code formating is done with clang-format with the following style setting:

.clang-format configuration file:

---
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: Inline
AllowShortBlocksOnASingleLine: Empty
BreakBeforeBraces: Custom
BraceWrapping:
  AfterCaseLabel: false
  AfterClass: false
  AfterControlStatement: Never
  AfterEnum: false
  AfterFunction: false
  AfterNamespace: false
  AfterObjCDeclaration: false
  AfterStruct: false
  AfterUnion: false
  AfterExternBlock: false
  BeforeCatch: true
  BeforeElse: true
  BeforeLambdaBody: false
  BeforeWhile: true
  IndentBraces: false
  SplitEmptyFunction: true
  SplitEmptyRecord: true
  SplitEmptyNamespace: true
ColumnLimit: 120
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
FixNamespaceComments: false
IndentPPDirectives: BeforeHash
IndentWidth: 2
NamespaceIndentation: All
TabWidth: 2
UseTab: Never

About

Arduino actor for impulse switches with webserver and mqtt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages