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!
POKITTO_LIBS/ImageFormat/defines_win_SIM.h@71:531419862202, 2019-12-25 (annotated)
- Committer:
- Pokitto
- Date:
- Wed Dec 25 23:59:52 2019 +0000
- Revision:
- 71:531419862202
- Parent:
- 23:f88837b8f914
Changed Mode2 C++ refresh code (graphical errors)
Who changed what in which revision?
User | Revision | Line number | New 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 |