Skip to content

Commit

Permalink
Avoid trademark issues with library name
Browse files Browse the repository at this point in the history
Added platforms field
  • Loading branch information
ivankravets committed Oct 20, 2014
1 parent 53c19e6 commit 2f42bf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "MSP430-ShiftBrite",
"name": "ShiftBrite",
"keywords": "rgb",
"description": "C / C++ library to allow MSP430 microcontroller to talk to ShiftBrite RGB module",
"repository":
Expand All @@ -10,5 +10,6 @@
"examples": [
"example/*/*/*.c",
"example/*/*/*.cpp"
]
],
"platforms": "timsp430"
}

0 comments on commit 2f42bf8

Please sign in to comment.