mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
15 lines
168 B
C++
15 lines
168 B
C++
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
#include "TS0710_WAKEUP.h"
|
|
|
|
/**
|
|
* TS0710_WAKEUP implementation
|
|
*/
|
|
|
|
void TS0710_WAKEUP::indication()
|
|
{}
|
|
|
|
void TS0710_WAKEUP::response()
|
|
{} |