-
Notifications
You must be signed in to change notification settings - Fork 530
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
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=Simple FOC | ||
version=1.3.0 | ||
version=1.3.1 | ||
author=Antun Skuric <[email protected]> | ||
maintainer=Antun Skuric <[email protected]> | ||
sentence=A library demistifying FOC for BLDC motors | ||
paragraph=Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug&play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill. | ||
category=Device Control | ||
url=http://askuric.github.io/Arduino-FOC | ||
architectures=* | ||
includes=SimpleFOC.h | ||
includes=SimpleFOC.h |