-
Notifications
You must be signed in to change notification settings - Fork 5
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 #17 from mcci-catena/issue16
Fix #16 (library.properties) and prep for v0.2.0 release
- Loading branch information
Showing
3 changed files
with
17 additions
and
14 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
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 +1 @@ | ||
v0.1.4 | ||
v0.2.0 |
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,9 +1,9 @@ | ||
name=Catena MCCI Arduino Development Kit (ADK) | ||
version=0.1.4 | ||
name=MCCI Arduino Development Kit ADK | ||
version=0.2.0 | ||
author=Terry Moore, ChaeHee Won | ||
maintainer=MCCI Corporation <[email protected]> | ||
sentence=MCCI's XDK ported to Arduino | ||
paragraph=The mcciadk is MCCI's portability toolkit, allowing for code to be reused in multiple environments. | ||
sentence=The MCCI XDK ported to Arduino. | ||
paragraph=The MCCI XDK is a portability toolkit, allowing for C code to be reused in multiple embedded environments. The ADK is a stripped-down version for Arduino and other deeply-embedded environments. | ||
category=Other | ||
url=https://github.com/mcci-catena/Catena-mcciadk | ||
architectures=* | ||
|