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

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

PokittoLib

Library for programming Pokitto hardware

How to Use

  1. Import this library to online compiler (see button "import" on the right hand side
  2. DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
  3. Change My_settings.h according to your project
  4. Start coding!
Committer:
Pokitto
Date:
Wed Oct 11 20:35:27 2017 +0000
Revision:
5:ea7377f3d1af
Fixed PokittoLib. Includes a working custom mbed-src

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 5:ea7377f3d1af 1 {
Pokitto 5:ea7377f3d1af 2 "name": "mbed-classic",
Pokitto 5:ea7377f3d1af 3 "version": "0.0.1",
Pokitto 5:ea7377f3d1af 4 "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
Pokitto 5:ea7377f3d1af 5 "keywords": [
Pokitto 5:ea7377f3d1af 6 "mbed"
Pokitto 5:ea7377f3d1af 7 ],
Pokitto 5:ea7377f3d1af 8 "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
Pokitto 5:ea7377f3d1af 9 "repository": {
Pokitto 5:ea7377f3d1af 10 "url": "git@github.com:mbedmicro/mbed.git",
Pokitto 5:ea7377f3d1af 11 "type": "git"
Pokitto 5:ea7377f3d1af 12 },
Pokitto 5:ea7377f3d1af 13 "homepage": "https://github.com/mbedmicro/mbed",
Pokitto 5:ea7377f3d1af 14 "licenses": [
Pokitto 5:ea7377f3d1af 15 {
Pokitto 5:ea7377f3d1af 16 "url": "https://spdx.org/licenses/Apache-2.0",
Pokitto 5:ea7377f3d1af 17 "type": "Apache-2.0"
Pokitto 5:ea7377f3d1af 18 }
Pokitto 5:ea7377f3d1af 19 ],
Pokitto 5:ea7377f3d1af 20 "extraIncludes": [
Pokitto 5:ea7377f3d1af 21 "api",
Pokitto 5:ea7377f3d1af 22 "hal",
Pokitto 5:ea7377f3d1af 23 "targets/hal",
Pokitto 5:ea7377f3d1af 24 "targets/cmsis"
Pokitto 5:ea7377f3d1af 25 ],
Pokitto 5:ea7377f3d1af 26 "dependencies": {
Pokitto 5:ea7377f3d1af 27 },
Pokitto 5:ea7377f3d1af 28 "targetDependencies": {
Pokitto 5:ea7377f3d1af 29 }
Pokitto 5:ea7377f3d1af 30 }