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
- Import this library to online compiler (see button "import" on the right hand side
- DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
- Change My_settings.h according to your project
- Start coding!
mbed-pokitto/module.json@28:958b71c4b92a, 2018-01-05 (annotated)
- Committer:
- Pokitto
- Date:
- Fri Jan 05 02:19:51 2018 +0000
- Revision:
- 28:958b71c4b92a
- Parent:
- 5:ea7377f3d1af
Sound level stored in EEPROM, sound output improved
Who changed what in which revision?
User | Revision | Line number | New 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 | } |