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:
Fri Dec 29 05:17:10 2017 +0000
Revision:
23:f88837b8f914
PokittoLib mbed and Github are back in sync with all contributions from Hanski and Spinal included

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 23:f88837b8f914 1 #include <stdio.h>
Pokitto 23:f88837b8f914 2 #include <ctype.h>
Pokitto 23:f88837b8f914 3 #include <stdlib.h>
Pokitto 23:f88837b8f914 4 #include <string.h>
Pokitto 23:f88837b8f914 5 #include "windows.h"
Pokitto 23:f88837b8f914 6 #include <stdint.h>
Pokitto 23:f88837b8f914 7