R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information
Fork of mbed-dev-bin by
TARGET_NRF51_MICROBIT/cmsis.h@0:e1a608bb55e8, 2016-04-07 (annotated)
- Committer:
- jamesadevine
- Date:
- Thu Apr 07 18:33:58 2016 +0100
- Revision:
- 0:e1a608bb55e8
Added binary version of mbed
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jamesadevine | 0:e1a608bb55e8 | 1 | /* mbed Microcontroller Library - CMSIS |
jamesadevine | 0:e1a608bb55e8 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
jamesadevine | 0:e1a608bb55e8 | 3 | * |
jamesadevine | 0:e1a608bb55e8 | 4 | * A generic CMSIS include header, pulling in LPC407x_8x specifics |
jamesadevine | 0:e1a608bb55e8 | 5 | */ |
jamesadevine | 0:e1a608bb55e8 | 6 | |
jamesadevine | 0:e1a608bb55e8 | 7 | #ifndef MBED_CMSIS_H |
jamesadevine | 0:e1a608bb55e8 | 8 | #define MBED_CMSIS_H |
jamesadevine | 0:e1a608bb55e8 | 9 | |
jamesadevine | 0:e1a608bb55e8 | 10 | #include "nrf.h" |
jamesadevine | 0:e1a608bb55e8 | 11 | #include "cmsis_nvic.h" |
jamesadevine | 0:e1a608bb55e8 | 12 | |
jamesadevine | 0:e1a608bb55e8 | 13 | #endif |