taeil kim
/
seoul-iot-hackathon-demo
Revision Commit
Fork of seoul-iot-hackathon-demo by
1_app_shield/main.h
- Committer:
- sarahmarshy
- Date:
- 2017-10-13
- Revision:
- 9:179e6db867bd
- Parent:
- 0:6b7ffde9f287
File content as of revision 9:179e6db867bd:
//---------------------------------------------------------------------------- // The confidential and proprietary information contained in this file may // only be used by a person authorised under and to the extent permitted // by a subsisting licensing agreement from ARM Limited or its affiliates. // // (C) COPYRIGHT 2016 ARM Limited or its affiliates. // ALL RIGHTS RESERVED // // This entire notice must be reproduced on all copies of this file // and copies of this file may only be made by a person if such person is // permitted to do so under the terms of a subsisting license agreement // from ARM Limited or its affiliates. //---------------------------------------------------------------------------- #include "mbed.h" #include "C12832.h" // GLOBAL VARIABLES HERE // FUNCTION DEFINITIONS HERE int main() { // MAIN CODE HERE }