Hackathon Repo
Dependencies: C12832
1_app_shield/main.h@0:6b7ffde9f287, 2017-09-28 (annotated)
- Committer:
- sarahmarshy
- Date:
- Thu Sep 28 13:35:07 2017 -0500
- Revision:
- 0:6b7ffde9f287
First commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sarahmarshy |
0:6b7ffde9f287 | 1 | //---------------------------------------------------------------------------- |
sarahmarshy |
0:6b7ffde9f287 | 2 | // The confidential and proprietary information contained in this file may |
sarahmarshy |
0:6b7ffde9f287 | 3 | // only be used by a person authorised under and to the extent permitted |
sarahmarshy |
0:6b7ffde9f287 | 4 | // by a subsisting licensing agreement from ARM Limited or its affiliates. |
sarahmarshy |
0:6b7ffde9f287 | 5 | // |
sarahmarshy |
0:6b7ffde9f287 | 6 | // (C) COPYRIGHT 2016 ARM Limited or its affiliates. |
sarahmarshy |
0:6b7ffde9f287 | 7 | // ALL RIGHTS RESERVED |
sarahmarshy |
0:6b7ffde9f287 | 8 | // |
sarahmarshy |
0:6b7ffde9f287 | 9 | // This entire notice must be reproduced on all copies of this file |
sarahmarshy |
0:6b7ffde9f287 | 10 | // and copies of this file may only be made by a person if such person is |
sarahmarshy |
0:6b7ffde9f287 | 11 | // permitted to do so under the terms of a subsisting license agreement |
sarahmarshy |
0:6b7ffde9f287 | 12 | // from ARM Limited or its affiliates. |
sarahmarshy |
0:6b7ffde9f287 | 13 | //---------------------------------------------------------------------------- |
sarahmarshy |
0:6b7ffde9f287 | 14 | |
sarahmarshy |
0:6b7ffde9f287 | 15 | #include "mbed.h" |
sarahmarshy |
0:6b7ffde9f287 | 16 | #include "C12832.h" |
sarahmarshy |
0:6b7ffde9f287 | 17 | |
sarahmarshy |
0:6b7ffde9f287 | 18 | // GLOBAL VARIABLES HERE |
sarahmarshy |
0:6b7ffde9f287 | 19 | |
sarahmarshy |
0:6b7ffde9f287 | 20 | // FUNCTION DEFINITIONS HERE |
sarahmarshy |
0:6b7ffde9f287 | 21 | |
sarahmarshy |
0:6b7ffde9f287 | 22 | int main() |
sarahmarshy |
0:6b7ffde9f287 | 23 | { |
sarahmarshy |
0:6b7ffde9f287 | 24 | // MAIN CODE HERE |
sarahmarshy |
0:6b7ffde9f287 | 25 | } |