GPS to Pulga

Dependencies:   Si1133 BME280

Committer:
brunnobbco
Date:
Fri Dec 11 18:59:00 2020 +0000
Revision:
26:1e1776201716
Parent:
24:595155aa83c3
Pulga_GPS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pancotinho 24:595155aa83c3 1 /**
pancotinho 24:595155aa83c3 2 * Copyright (c) 2017, Arm Limited and affiliates.
pancotinho 24:595155aa83c3 3 * SPDX-License-Identifier: Apache-2.0
pancotinho 24:595155aa83c3 4 *
pancotinho 24:595155aa83c3 5 * Licensed under the Apache License, Version 2.0 (the "License");
pancotinho 24:595155aa83c3 6 * you may not use this file except in compliance with the License.
pancotinho 24:595155aa83c3 7 * You may obtain a copy of the License at
pancotinho 24:595155aa83c3 8 *
pancotinho 24:595155aa83c3 9 * http://www.apache.org/licenses/LICENSE-2.0
pancotinho 24:595155aa83c3 10 *
pancotinho 24:595155aa83c3 11 * Unless required by applicable law or agreed to in writing, software
pancotinho 24:595155aa83c3 12 * distributed under the License is distributed on an "AS IS" BASIS,
pancotinho 24:595155aa83c3 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
pancotinho 24:595155aa83c3 14 * See the License for the specific language governing permissions and
pancotinho 24:595155aa83c3 15 * limitations under the License.
pancotinho 24:595155aa83c3 16 */
pancotinho 24:595155aa83c3 17
pancotinho 24:595155aa83c3 18 #ifndef APP_TRACE_HELPER_H_
pancotinho 24:595155aa83c3 19 #define APP_TRACE_HELPER_H_
pancotinho 24:595155aa83c3 20
pancotinho 24:595155aa83c3 21 /**
pancotinho 24:595155aa83c3 22 * Helper function for the application to setup Mbed trace.
pancotinho 24:595155aa83c3 23 * It Wouldn't do anything if the FEATURE_COMMON_PAL is not added
pancotinho 24:595155aa83c3 24 * or if the trace is disabled using mbed_app.json
pancotinho 24:595155aa83c3 25 */
pancotinho 24:595155aa83c3 26 void setup_trace();
pancotinho 24:595155aa83c3 27
pancotinho 24:595155aa83c3 28 #endif /* APP_TRACE_HELPER_H_ */