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

Fork of libMiMic by Ryo Iizuka

core/include/NyLPC_os.h

Committer:
nyatla
Date:
2013-04-20
Revision:
12:efe841863fc8

File content as of revision 12:efe841863fc8:

/*
 * 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_ */