MonitoringSys_toukarui

Dependencies:   mbed SB1602E MSCFILESytem FatFileSystemCpp TextLCD

Committer:
MPPT51
Date:
Wed Apr 08 01:18:43 2020 +0000
Revision:
0:a6417f504b9d
MonitoringSys_includingToukarui

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MPPT51 0:a6417f504b9d 1 /*
MPPT51 0:a6417f504b9d 2 **************************************************************************************************************
MPPT51 0:a6417f504b9d 3 * NXP USB Host Stack
MPPT51 0:a6417f504b9d 4 *
MPPT51 0:a6417f504b9d 5 * (c) Copyright 2008, NXP SemiConductors
MPPT51 0:a6417f504b9d 6 * (c) Copyright 2008, OnChip Technologies LLC
MPPT51 0:a6417f504b9d 7 * All Rights Reserved
MPPT51 0:a6417f504b9d 8 *
MPPT51 0:a6417f504b9d 9 * www.nxp.com
MPPT51 0:a6417f504b9d 10 * www.onchiptech.com
MPPT51 0:a6417f504b9d 11 *
MPPT51 0:a6417f504b9d 12 * File : usbhost_inc.h
MPPT51 0:a6417f504b9d 13 * Programmer(s) : Ravikanth.P
MPPT51 0:a6417f504b9d 14 * Version :
MPPT51 0:a6417f504b9d 15 *
MPPT51 0:a6417f504b9d 16 **************************************************************************************************************
MPPT51 0:a6417f504b9d 17 */
MPPT51 0:a6417f504b9d 18
MPPT51 0:a6417f504b9d 19 #ifndef USBHOST_INC_H
MPPT51 0:a6417f504b9d 20 #define USBHOST_INC_H
MPPT51 0:a6417f504b9d 21
MPPT51 0:a6417f504b9d 22 /*
MPPT51 0:a6417f504b9d 23 **************************************************************************************************************
MPPT51 0:a6417f504b9d 24 * INCLUDE HEADER FILES
MPPT51 0:a6417f504b9d 25 **************************************************************************************************************
MPPT51 0:a6417f504b9d 26 */
MPPT51 0:a6417f504b9d 27
MPPT51 0:a6417f504b9d 28 #include "usbhost_cpu.h"
MPPT51 0:a6417f504b9d 29 #include "usbhost_err.h"
MPPT51 0:a6417f504b9d 30 #include "usbhost_lpc17xx.h"
MPPT51 0:a6417f504b9d 31 #include "usbhost_ms.h"
MPPT51 0:a6417f504b9d 32 #include "mbed.h"
MPPT51 0:a6417f504b9d 33
MPPT51 0:a6417f504b9d 34
MPPT51 0:a6417f504b9d 35 #ifdef TARGET_LPC2368
MPPT51 0:a6417f504b9d 36 #error "There is no USB host on the LPC2368!"
MPPT51 0:a6417f504b9d 37 #endif
MPPT51 0:a6417f504b9d 38
MPPT51 0:a6417f504b9d 39 #endif