mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-28 16:01:50 -05:00
21 lines
332 B
C++
21 lines
332 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
#include "TS0710_SLEEP.h"
|
|
|
|
/**
|
|
* TS0710_SLEEP implementation
|
|
*/
|
|
|
|
void TS0710_SLEEP::request()
|
|
{}
|
|
|
|
void TS0710_SLEEP::indication()
|
|
{}
|
|
|
|
void TS0710_SLEEP::confirm()
|
|
{} |