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 Dec 25 23:59:52 2019 +0000
Revision:
71:531419862202
Parent:
5:ea7377f3d1af
Changed Mode2 C++ refresh code (graphical errors)

Who changed what in which revision?

UserRevisionLine numberNew 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