Skip to content

Commit

Permalink
Setup for arduino library acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
seanboe committed Aug 7, 2021
1 parent 1f975cf commit efe66f6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
32 changes: 32 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#######################################
# Syntax Coloring Map SimpleFusion
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

SimpleFusion KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

init KEYWORD2
getFilteredAngles KEYWORD2
shouldUpdateData KEYWORD2

#######################################
# Structures (KEYWORD3)
#######################################

ThreeAxis KEYWORD3
FusedAngles KEYWORD3

#######################################
# Constants (LITERAL1)
#######################################

DATA_UPDATE_POLL_TOLERANCE LITERAL1
UNIT_DEGREES LITERAL1
UNIT_RADIANS LITERAL1
10 changes: 5 additions & 5 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=SimpleFusion
version=1.0.0
name=SimpleFsion
version=1.0.3
author=Sean Boerhout
maintainer=Sean Boerhout
maintainer=Sean Boerhout, [email protected]
sentence=Simple IMU fusion with a complementary filter.
paragraph=Get Pitch and Roll estimations easily!
category=Quadruped project (V1)
paragraph=Get Pitch and Roll estimations easily with any 6-DOF IMU!
category=Data Processing
url=https://github.com/seanboe/SimpleFusion
architectures=*

0 comments on commit efe66f6

Please sign in to comment.