Skip to content

Commit

Permalink
Added initial code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschurando committed Dec 6, 2020
1 parent 462c2e7 commit b478c45
Show file tree
Hide file tree
Showing 4 changed files with 1,051 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Standard: Cpp11
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 0
KeepEmptyLinesAtTheStartOfBlocks: true
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
10 changes: 10 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
lis3dh KEYWORD1
setup KEYWORD2
detect KEYWORD2
range_get KEYWORD2
range_set KEYWORD2
sampling_get KEYWORD2
sampling_set KEYWORD2
activity_configure KEYWORD2
activity_int2_routed_set KEYWORD2
axis_enabled_set KEYWORD2
Loading

0 comments on commit b478c45

Please sign in to comment.