Skip to content

Commit 3fe73f7

Browse files
committed
Remove the Arduino MagAlpha Library which now has it's own github repo
- https://github.com/monolithicpower/MagAlpha-Arduino-Library
1 parent d500ce1 commit 3fe73f7

File tree

8 files changed

+6
-358
lines changed

8 files changed

+6
-358
lines changed

Arduino/MagAlpha-Library/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

Arduino/MagAlpha-Library/examples/edit-magalpha-config/edit-magalpha-config.ino

Lines changed: 0 additions & 99 deletions
This file was deleted.

Arduino/MagAlpha-Library/examples/read-magalpha-angle/read-magalpha-angle.ino

Lines changed: 0 additions & 27 deletions
This file was deleted.

Arduino/MagAlpha-Library/keywords.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

Arduino/MagAlpha-Library/library.properties

Lines changed: 0 additions & 10 deletions
This file was deleted.

Arduino/MagAlpha-Library/src/MagAlpha.cpp

Lines changed: 0 additions & 113 deletions
This file was deleted.

Arduino/MagAlpha-Library/src/MagAlpha.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ All code samples are released under the MIT License.
66

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

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

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

1922
# About MagAlpha Sensor Familiy
2023
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.

0 commit comments

Comments
 (0)