mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

Committer:
yusuke_kyo
Date:
Wed Apr 08 08:04:18 2015 +0000
Revision:
98:01a414ca7d6d
Parent:
94:9ad691361fac
remove SerialHalfDuplex.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 93:e188a91d3eaa 1 /* mbed Microcontroller Library
Kojto 93:e188a91d3eaa 2
Kojto 93:e188a91d3eaa 3 * Copyright (c) 2013 Nordic Semiconductor.
Kojto 93:e188a91d3eaa 4 *
Kojto 93:e188a91d3eaa 5 * Licensed under the Apache License, Version 2.0 (the "License");
Kojto 93:e188a91d3eaa 6 * you may not use this file except in compliance with the License.
Kojto 93:e188a91d3eaa 7 * You may obtain a copy of the License at
Kojto 93:e188a91d3eaa 8 *
Kojto 93:e188a91d3eaa 9 * http://www.apache.org/licenses/LICENSE-2.0
Kojto 93:e188a91d3eaa 10 *
Kojto 93:e188a91d3eaa 11 * Unless required by applicable law or agreed to in writing, software
Kojto 93:e188a91d3eaa 12 * distributed under the License is distributed on an "AS IS" BASIS,
Kojto 93:e188a91d3eaa 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Kojto 93:e188a91d3eaa 14 * See the License for the specific language governing permissions and
Kojto 93:e188a91d3eaa 15 * limitations under the License.
Kojto 93:e188a91d3eaa 16 */
Kojto 93:e188a91d3eaa 17
Kojto 93:e188a91d3eaa 18
Kojto 93:e188a91d3eaa 19 #ifndef NRF_H
Kojto 93:e188a91d3eaa 20 #define NRF_H
Kojto 93:e188a91d3eaa 21
Kojto 93:e188a91d3eaa 22 #include "nordic_global.h"
Kojto 93:e188a91d3eaa 23 #include "compiler_abstraction.h"
Kojto 93:e188a91d3eaa 24 #include "nrf51.h"
Kojto 93:e188a91d3eaa 25 #include "nrf51_bitfields.h"
Kojto 93:e188a91d3eaa 26 #endif /* NRF_H */
Kojto 93:e188a91d3eaa 27