Smart

Dependencies:   Hexi_KW40Z

Committer:
Team_Eta_MBED
Date:
Wed Feb 28 16:34:40 2018 +0000
Revision:
0:69293b19ee19
Smart Baby Monitor Foundations

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Team_Eta_MBED 0:69293b19ee19 1 /* Hexiwear NXP Bitmap Images
Team_Eta_MBED 0:69293b19ee19 2 * This file contains the bitmaps for the full screen (96 by 96 pixels) NXP logo
Team_Eta_MBED 0:69293b19ee19 3 * and a smaller 96 by 32 pixels NXP logo.
Team_Eta_MBED 0:69293b19ee19 4 *
Team_Eta_MBED 0:69293b19ee19 5 * Redistribution and use in source and binary forms, with or without modification,
Team_Eta_MBED 0:69293b19ee19 6 * are permitted provided that the following conditions are met:
Team_Eta_MBED 0:69293b19ee19 7 *
Team_Eta_MBED 0:69293b19ee19 8 * Redistributions of source code must retain the above copyright notice, this list
Team_Eta_MBED 0:69293b19ee19 9 * of conditions and the following disclaimer.
Team_Eta_MBED 0:69293b19ee19 10 *
Team_Eta_MBED 0:69293b19ee19 11 * Redistributions in binary form must reproduce the above copyright notice, this
Team_Eta_MBED 0:69293b19ee19 12 * list of conditions and the following disclaimer in the documentation and/or
Team_Eta_MBED 0:69293b19ee19 13 * other materials provided with the distribution.
Team_Eta_MBED 0:69293b19ee19 14 *
Team_Eta_MBED 0:69293b19ee19 15 * Neither the name of NXP, nor the names of its
Team_Eta_MBED 0:69293b19ee19 16 * contributors may be used to endorse or promote products derived from this
Team_Eta_MBED 0:69293b19ee19 17 * software without specific prior written permission.
Team_Eta_MBED 0:69293b19ee19 18 *
Team_Eta_MBED 0:69293b19ee19 19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
Team_Eta_MBED 0:69293b19ee19 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Team_Eta_MBED 0:69293b19ee19 21 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Team_Eta_MBED 0:69293b19ee19 22 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
Team_Eta_MBED 0:69293b19ee19 23 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
Team_Eta_MBED 0:69293b19ee19 24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
Team_Eta_MBED 0:69293b19ee19 25 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
Team_Eta_MBED 0:69293b19ee19 26 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Team_Eta_MBED 0:69293b19ee19 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Team_Eta_MBED 0:69293b19ee19 28 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Team_Eta_MBED 0:69293b19ee19 29 *
Team_Eta_MBED 0:69293b19ee19 30 * visit: http://www.mikroe.com and http://www.nxp.com
Team_Eta_MBED 0:69293b19ee19 31 *
Team_Eta_MBED 0:69293b19ee19 32 * get support at: http://www.mikroe.com/forum and https://community.nxp.com
Team_Eta_MBED 0:69293b19ee19 33 *
Team_Eta_MBED 0:69293b19ee19 34 * Project HEXIWEAR, 2015
Team_Eta_MBED 0:69293b19ee19 35 */
Team_Eta_MBED 0:69293b19ee19 36
Team_Eta_MBED 0:69293b19ee19 37
Team_Eta_MBED 0:69293b19ee19 38 #include "stdint.h"
Team_Eta_MBED 0:69293b19ee19 39
Team_Eta_MBED 0:69293b19ee19 40 extern const uint8_t TempHumid[];