Skip to content

Commit

Permalink
Remove the Arduino MagAlpha Library which now has it's own github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieukaelin committed Feb 20, 2017
1 parent d500ce1 commit 3fe73f7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 358 deletions.
23 changes: 0 additions & 23 deletions Arduino/MagAlpha-Library/README.md

This file was deleted.

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions Arduino/MagAlpha-Library/keywords.txt

This file was deleted.

10 changes: 0 additions & 10 deletions Arduino/MagAlpha-Library/library.properties

This file was deleted.

113 changes: 0 additions & 113 deletions Arduino/MagAlpha-Library/src/MagAlpha.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions Arduino/MagAlpha-Library/src/MagAlpha.h

This file was deleted.

9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ All code samples are released under the MIT License.

# Supported Hardware
We currently have code examples for the following hardware platforms:
* [Arduino](https://www.arduino.cc/) (works with the following 3.3V boards)
* [Arduino](https://www.arduino.cc/) (works best with the following 3.3V boards)
* [Arduino ZERO](https://www.arduino.cc/en/Main/ArduinoBoardZero) (use SPI connector and USB programming port)
* [Arduino Due](https://www.arduino.cc/en/Main/ArduinoBoardDue) (use SPI connector and USB programming port)
* [Arduino MKRZero](https://www.arduino.cc/en/Main/ArduinoBoardMKRZero) (not tested)
* [Adafruit Feather M0 Basic Proto](https://www.adafruit.com/products/2772) (should also works with other feather M0 boards)
* [Arduino 101](https://www.arduino.cc/en/Main/ArduinoBoard101) (not tested)
* [Arduino MKRZero](https://www.arduino.cc/en/Main/ArduinoBoardMKRZero) (not tested)
* [Arduino Due](https://www.arduino.cc/en/Main/ArduinoBoardDue) (use SPI connector and USB programming port)

* [Adafruit FT232H Breakout](https://www.adafruit.com/products/2264) (use Python)

| Information |
| ------- |
| Don't forget to check out the [MagAlpha Angle Sensor Arduino Library](https://github.com/monolithicpower/MagAlpha-Arduino-Library)|

# About MagAlpha Sensor Familiy
MagAlpha sensor family is based on Hall devices that are directly integrated with the signal treatment. These sensors are extremely compact and can instantaneously detects and delivers the angle value in digital format.
Expand Down

0 comments on commit 3fe73f7

Please sign in to comment.