This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

core/include/NyLPC_os.h

Committer:
furutani
Date:
2017-02-24
Revision:
115:fa79286d8ea4
Parent:
12:efe841863fc8

File content as of revision 115:fa79286d8ea4:

/*
 * NyLPC_os.h
 *
 *  Created on: 2013/04/20
 *      Author: nyatla
 */

#ifndef NYLPC_OS_H_
#define NYLPC_OS_H_

#include "../os/NyLPC_cStopwatch.h"
#include "../os/NyLPC_cMutex.h"
#include "../os/NyLPC_cThread.h"
#include "../os/NyLPC_cSemaphore.h"
#include "../os/NyLPC_cIsr.h"

#endif /* NYLPC_OS_H_ */