PES4 / Mbed OS Queue_02
Committer:
demayer
Date:
Sat Apr 11 08:15:48 2020 +0000
Revision:
1:b36bbc1c6d27
Parent:
0:6bf0743ece18
IMU-library in .h und .cpp file aufgeteilt

Who changed what in which revision?

UserRevisionLine numberNew contents of line
demayer 0:6bf0743ece18 1 /*
demayer 0:6bf0743ece18 2 * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
demayer 0:6bf0743ece18 3 * All rights reserved.
demayer 0:6bf0743ece18 4 *
demayer 0:6bf0743ece18 5 * Redistribution and use in source and binary forms, with or without modification,
demayer 0:6bf0743ece18 6 * are permitted provided that the following conditions are met:
demayer 0:6bf0743ece18 7 *
demayer 0:6bf0743ece18 8 * 1. Redistributions of source code must retain the above copyright notice,
demayer 0:6bf0743ece18 9 * this list of conditions and the following disclaimer.
demayer 0:6bf0743ece18 10 * 2. Redistributions in binary form must reproduce the above copyright notice,
demayer 0:6bf0743ece18 11 * this list of conditions and the following disclaimer in the documentation
demayer 0:6bf0743ece18 12 * and/or other materials provided with the distribution.
demayer 0:6bf0743ece18 13 * 3. The name of the author may not be used to endorse or promote products
demayer 0:6bf0743ece18 14 * derived from this software without specific prior written permission.
demayer 0:6bf0743ece18 15 *
demayer 0:6bf0743ece18 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
demayer 0:6bf0743ece18 17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
demayer 0:6bf0743ece18 18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
demayer 0:6bf0743ece18 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
demayer 0:6bf0743ece18 20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
demayer 0:6bf0743ece18 21 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
demayer 0:6bf0743ece18 22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
demayer 0:6bf0743ece18 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
demayer 0:6bf0743ece18 24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
demayer 0:6bf0743ece18 25 * OF SUCH DAMAGE.
demayer 0:6bf0743ece18 26 *
demayer 0:6bf0743ece18 27 * This file is part of the lwIP TCP/IP stack.
demayer 0:6bf0743ece18 28 *
demayer 0:6bf0743ece18 29 * Author: Adam Dunkels <adam@sics.se>
demayer 0:6bf0743ece18 30 *
demayer 0:6bf0743ece18 31 */
demayer 0:6bf0743ece18 32
demayer 0:6bf0743ece18 33