mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-28 10:17:24 -04:00
18 lines
196 B
C++
18 lines
196 B
C++
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
#include "TS0710_SLEEP.h"
|
|
|
|
/**
|
|
* TS0710_SLEEP implementation
|
|
*/
|
|
|
|
void TS0710_SLEEP::request()
|
|
{}
|
|
|
|
void TS0710_SLEEP::indication()
|
|
{}
|
|
|
|
void TS0710_SLEEP::confirm()
|
|
{} |