forked from maniacbug/mighty-1284p
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from per1234/update-lib-format
Unique name value in library.properties
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 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,9 @@ | ||
name=Firmata(Mighty 1284P patched version) | ||
version=2.3.1 | ||
author=Firmata Developers | ||
maintainer= | ||
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards. | ||
paragraph=The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using. Patched to support ATmega1284P. | ||
category=Device Control | ||
url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 | ||
architectures=* |
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,9 @@ | ||
name=SD(Mighty 1284P patched version) | ||
version=1.0.0 | ||
author=Arduino, SparkFun | ||
maintainer= | ||
sentence=Enables reading and writing on SD cards. For all Arduino boards. | ||
paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card. Patched to support ATmega1284P. | ||
category=Data Storage | ||
url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 | ||
architectures=* |
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,9 @@ | ||
name=Servo(Mighty 1284P patched version) | ||
version=1.0.0 | ||
author=Michael Margolis, Arduino | ||
maintainer= | ||
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards. | ||
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />Patched to support ATmega1284P and ATmega1284. | ||
category=Device Control | ||
url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 | ||
architectures=avr,sam,samd |
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,9 @@ | ||
name=SdFat(Mighty 1284P patched version) | ||
version=1.0.0 | ||
author=Bill Greiman | ||
maintainer= | ||
sentence=A minimal implementation of FAT16 and FAT32 file systems on SD flash memory cards | ||
paragraph=Standard SD and high capacity SDHC cards are supported.<br />Patched to support ATmega1284P. | ||
category=Data Storage | ||
url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 | ||
architectures=* |