Vincent Neo / Mbed 2 deprecated CS3237_Project

Dependencies:   mbed

Committer:
tenvinc
Date:
Mon Sep 30 12:56:04 2019 +0000
Revision:
1:bf043e9adc7a
Parent:
0:864a1ca8699e
Added MAX30001 library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tenvinc 0:864a1ca8699e 1 /*******************************************************************************
tenvinc 0:864a1ca8699e 2 * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
tenvinc 0:864a1ca8699e 3 *
tenvinc 0:864a1ca8699e 4 * Permission is hereby granted, free of charge, to any person obtaining a
tenvinc 0:864a1ca8699e 5 * copy of this software and associated documentation files (the "Software"),
tenvinc 0:864a1ca8699e 6 * to deal in the Software without restriction, including without limitation
tenvinc 0:864a1ca8699e 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
tenvinc 0:864a1ca8699e 8 * and/or sell copies of the Software, and to permit persons to whom the
tenvinc 0:864a1ca8699e 9 * Software is furnished to do so, subject to the following conditions:
tenvinc 0:864a1ca8699e 10 *
tenvinc 0:864a1ca8699e 11 * The above copyright notice and this permission notice shall be included
tenvinc 0:864a1ca8699e 12 * in all copies or substantial portions of the Software.
tenvinc 0:864a1ca8699e 13 *
tenvinc 0:864a1ca8699e 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
tenvinc 0:864a1ca8699e 15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
tenvinc 0:864a1ca8699e 16 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
tenvinc 0:864a1ca8699e 17 * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
tenvinc 0:864a1ca8699e 18 * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
tenvinc 0:864a1ca8699e 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
tenvinc 0:864a1ca8699e 20 * OTHER DEALINGS IN THE SOFTWARE.
tenvinc 0:864a1ca8699e 21 *
tenvinc 0:864a1ca8699e 22 * Except as contained in this notice, the name of Maxim Integrated
tenvinc 0:864a1ca8699e 23 * Products, Inc. shall not be used except as stated in the Maxim Integrated
tenvinc 0:864a1ca8699e 24 * Products, Inc. Branding Policy.
tenvinc 0:864a1ca8699e 25 *
tenvinc 0:864a1ca8699e 26 * The mere transfer of this software does not imply any licenses
tenvinc 0:864a1ca8699e 27 * of trade secrets, proprietary technology, copyrights, patents,
tenvinc 0:864a1ca8699e 28 * trademarks, maskwork rights, or any other form of intellectual
tenvinc 0:864a1ca8699e 29 * property whatsoever. Maxim Integrated Products, Inc. retains all
tenvinc 0:864a1ca8699e 30 * ownership rights.
tenvinc 0:864a1ca8699e 31 *******************************************************************************
tenvinc 0:864a1ca8699e 32 */
tenvinc 0:864a1ca8699e 33 #ifndef _SYSTEM_H_
tenvinc 0:864a1ca8699e 34 #define _SYSTEM_H_
tenvinc 0:864a1ca8699e 35
tenvinc 0:864a1ca8699e 36 /**
tenvinc 0:864a1ca8699e 37 * This issues a reset to the I2C Peripheral
tenvinc 0:864a1ca8699e 38 */
tenvinc 0:864a1ca8699e 39 void I2CM_Init_Reset(uint8_t index, int speed);
tenvinc 0:864a1ca8699e 40
tenvinc 0:864a1ca8699e 41 #endif // _SYSTEM_H_