-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b80353a
commit 1829011
Showing
3 changed files
with
20 additions
and
1 deletion.
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,14 @@ | ||
/*************************************************** | ||
Arduino library for the MPS MagAlpha magnetic angle sensor | ||
Supports MagAlpha 3rd generation Sensors. MagAlpha sensor detects the | ||
absolute angular position of a permanent magnet, typically a diametrically | ||
magnetized cylinder on the rotating shaft. | ||
----> http://www.monolithicpower.com/Products/Position-Sensors/Products-Overview | ||
Written by Mathieu Kaelin for Monolithic Power Systems. | ||
MIT license, all text above must be included in any redistribution | ||
****************************************************/ | ||
|
||
#include "MagAlpha.h" | ||
|
||
MagAlpha::MagAlpha(){ | ||
} |
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
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