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.
Fork of IPI_Singapore_Workshop by
Diff: main.cpp
- Revision:
- 0:4ebd37a7a0ac
- Child:
- 1:2792d77cc2cc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Nov 15 08:22:33 2017 +0000 @@ -0,0 +1,25 @@ +//---------------------------------------------------------------------------- +// 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 +} \ No newline at end of file