-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup for arduino library acceptance
- Loading branch information
Showing
2 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=* |