dubai: Add dummy sensors sub HAL

Change-Id: Ie20ed775344990de3e16e2eefba1754d831027fb
This commit is contained in:
Cosmin Tanislav 2022-09-21 10:06:15 +05:30 committed by Marc Bourgoin
parent 9da8518319
commit 7cdd04a3cb
8 changed files with 583 additions and 0 deletions

11
sensors/.clang-format Normal file
View file

@ -0,0 +1,11 @@
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32