Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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@71:531419862202, 2019-12-25 (annotated)
- 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?
| 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 |