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/.yotta_ignore@5:ea7377f3d1af, 2017-10-11 (annotated)
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
Pokitto | 5:ea7377f3d1af | 1 | # ignore files for targets that aren't supported by the yotta build (to |
Pokitto | 5:ea7377f3d1af | 2 | # minimise the size of the published module) |
Pokitto | 5:ea7377f3d1af | 3 | |
Pokitto | 5:ea7377f3d1af | 4 | TARGET_ARM_SSG |
Pokitto | 5:ea7377f3d1af | 5 | TARGET_Freescale |
Pokitto | 5:ea7377f3d1af | 6 | TARGET_RENESAS |
Pokitto | 5:ea7377f3d1af | 7 | TARGET_Silicon_Labs |
Pokitto | 5:ea7377f3d1af | 8 | TARGET_Atmel |
Pokitto | 5:ea7377f3d1af | 9 | TARGET_Maxim |
Pokitto | 5:ea7377f3d1af | 10 | TARGET_NXP |
Pokitto | 5:ea7377f3d1af | 11 | TARGET_STM |
Pokitto | 5:ea7377f3d1af | 12 | TARGET_WIZNET |
Pokitto | 5:ea7377f3d1af | 13 | TOOLCHAIN_IAR |
Pokitto | 5:ea7377f3d1af | 14 |