Demo program for LSM303 based boards

Dependencies:   mbed AES BLE_API nRF51822 smallAES

Committer:
f3d
Date:
Sun Oct 04 17:28:24 2020 +0000
Revision:
6:0038b9f778a5
Parent:
5:fccb0823ceff
Child:
8:682b575fd7b3
Base setup for IoT 2020 module;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
f3d 0:21352e62003f 1 /* mbed Microcontroller Library
f3d 0:21352e62003f 2 * Copyright (c) 2006-2013 ARM Limited
f3d 0:21352e62003f 3 *
f3d 0:21352e62003f 4 * Licensed under the Apache License, Version 2.0 (the "License");
f3d 0:21352e62003f 5 * you may not use this file except in compliance with the License.
f3d 0:21352e62003f 6 * You may obtain a copy of the License at
f3d 0:21352e62003f 7 *
f3d 0:21352e62003f 8 * http://www.apache.org/licenses/LICENSE-2.0
f3d 0:21352e62003f 9 *
f3d 0:21352e62003f 10 * Unless required by applicable law or agreed to in writing, software
f3d 0:21352e62003f 11 * distributed under the License is distributed on an "AS IS" BASIS,
f3d 0:21352e62003f 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
f3d 0:21352e62003f 13 * See the License for the specific language governing permissions and
f3d 0:21352e62003f 14 * limitations under the License.
f3d 0:21352e62003f 15 */
f3d 0:21352e62003f 16
f3d 0:21352e62003f 17 #include "mbed.h"
f3d 0:21352e62003f 18 #include "ble/BLE.h"
f3d 0:21352e62003f 19
f3d 6:0038b9f778a5 20
f3d 0:21352e62003f 21 int main(void)
f3d 0:21352e62003f 22 {
f3d 6:0038b9f778a5 23
f3d 6:0038b9f778a5 24 while (1)
f3d 6:0038b9f778a5 25 {
f3d 0:21352e62003f 26 }
f3d 0:21352e62003f 27 }