rongyu lou / Mbed OS app-shield-V10

Dependencies:   C12832

Thread/thread.h

Committer:
alanchip
Date:
2020-10-28
Revision:
0:26c41de5a91e

File content as of revision 0:26c41de5a91e:

#ifndef thread_H
#define thread_H

#include "mbed.h"
#include "platform/mbed_thread.h"
#include "C12832.h"

void LCE_refresh_thread();

#endif