Jonne Valola / PokittoLib Featured

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:
Tue Oct 23 16:21:01 2018 +0000
Revision:
63:7d1c08cdde5c
Parent:
5:ea7377f3d1af
Graphics bug fixed

Who changed what in which revision?

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