PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

mbed-pokitto/module.json

Committer:
spinal
Date:
2017-10-18
Revision:
15:0bbe8f6fae32
Parent:
6:ea7377f3d1af

File content as of revision 15:0bbe8f6fae32:

{
  "name": "mbed-classic",
  "version": "0.0.1",
  "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
  "keywords": [
    "mbed"
  ],
  "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
  "repository": {
    "url": "git@github.com:mbedmicro/mbed.git",
    "type": "git"
  },
  "homepage": "https://github.com/mbedmicro/mbed",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "extraIncludes": [
    "api",
    "hal",
    "targets/hal",
    "targets/cmsis"
  ],
  "dependencies": {
  },
  "targetDependencies": {
  }
}