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.
Dependencies: BLE_API mbed nRF51822 nRF51_Vdd
mon_hw_config.h
00001 /* 00002 * mbed Headder file for Hardware Monitor 00003 * 00004 * Copyright (c) 2014,2016 Kenji Arai / JH1PJL 00005 * http://www.page.sannet.ne.jp/kenjia/index.html 00006 * http://mbed.org/users/kenjiArai/ 00007 * Created: June 1st, 2014 00008 * Revised: Feburary 13th, 2016 00009 * 00010 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 00011 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 00012 * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 00013 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 00014 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00015 */ 00016 00017 // CPU LPC1768 / mbed LPC1768 00018 // mon_hw_config.h mon_hw_mem.h mon_hw_LPC1768.cpp 00019 00020 // CPU LPC1114 / mbed LPC1114FN28 00021 // mon_hw_config.h mon_hw_mem.h mon_hw_LPC1114.cpp 00022 00023 // CPU STM32L152RE / mbed ST Nucleo L152RE 00024 // CPU STM32F401RE / mbed ST Nucleo F401RE 00025 // CPU STM32F411RE / mbed ST Nucleo F411RE 00026 // mon_hw_config.h mon_hw_mem.h mon_hw_STM32.h mon_hw_STM32.cpp 00027 00028 // CPU nRF51822 / mbed nRF51822, mbed Nano, mbed which is used nRF51822 chip 00029 // mon_hw_config.h mon_hw_mem.h mon_hw_nRF51.cpp 00030 00031 #ifndef _MON_HW_CONF_H_ 00032 #define _MON_HW_CONF_H_ 00033 00034 // Definition ------------------------------------------------------------------------------------ 00035 // Please select each function for your purpose (selected = set 1) 00036 00037 #define USE_MEM 1 00038 #define USE_PORT 1 00039 #define USE_FREQ 1 00040 #define USE_UART 1 00041 #define USE_SPI 1 00042 #define USE_I2C 1 00043 #define USE_ADC 1 00044 #define USE_TIMER 1 00045 #define USE_SYS 1 00046 #define USE_POWER 1 00047 00048 #endif // _MON_HW_CONF_H_
Generated on Sat Jul 16 2022 22:24:09 by
