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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
TYBLE16_BASE.h
00001 /* 00002 * Mbed Application program for TYBLE-16 00003 * 00004 * Copyright (c) 2018,'19 Kenji Arai / JH1PJL 00005 * http://www.page.sannet.ne.jp/kenjia/index.html 00006 * https://os.mbed.com/users/kenjiArai/ 00007 * Created: Feburary 16th, 2018 00008 * Revised: December 31st, 2019 00009 */ 00010 00011 // RUN ONLY ON mbed-os5.15.0 00012 // https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-5.15.0 00013 #if (MBED_MAJOR_VERSION == 5) &&\ 00014 (MBED_MINOR_VERSION == 15) &&\ 00015 (MBED_PATCH_VERSION == 0) 00016 #else 00017 //#warning "Please use Mbed-os5.15.0" 00018 #error "Please use Mbed-os5.15.0" 00019 #endif 00020 00021 #if !defined(TARGET_NRF51_DK) 00022 #error "Please select Nordic nRF51-DK (Use as TYBLE16)" 00023 // Please refer following page 00024 // https://os.mbed.com/platforms/Nordic-nRF51-DK/ 00025 #endif 00026 00027 extern void cpu_sys(void); 00028 extern bool compile_condition(void);
Generated on Tue Jul 12 2022 13:55:01 by
