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/targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/cmsis.h@63:7d1c08cdde5c, 2018-10-23 (annotated)
- Committer:
- Pokitto
- Date:
- Tue Oct 23 16:21:01 2018 +0000
- Revision:
- 63:7d1c08cdde5c
- Parent:
- 5:ea7377f3d1af
Graphics bug fixed
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Pokitto | 5:ea7377f3d1af | 1 | /* mbed Microcontroller Library - CMSIS |
Pokitto | 5:ea7377f3d1af | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
Pokitto | 5:ea7377f3d1af | 3 | * |
Pokitto | 5:ea7377f3d1af | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
Pokitto | 5:ea7377f3d1af | 5 | */ |
Pokitto | 5:ea7377f3d1af | 6 | |
Pokitto | 5:ea7377f3d1af | 7 | #ifndef MBED_CMSIS_H |
Pokitto | 5:ea7377f3d1af | 8 | #define MBED_CMSIS_H |
Pokitto | 5:ea7377f3d1af | 9 | |
Pokitto | 5:ea7377f3d1af | 10 | #include "LPC11U6x.h" |
Pokitto | 5:ea7377f3d1af | 11 | #include "cmsis_nvic.h" |
Pokitto | 5:ea7377f3d1af | 12 | |
Pokitto | 5:ea7377f3d1af | 13 | #endif |