mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-27 17:57:05 -04:00
18 lines
304 B
C++
18 lines
304 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_WAKEUP.h"
|
|
|
|
/**
|
|
* TS0710_WAKEUP implementation
|
|
*/
|
|
|
|
void TS0710_WAKEUP::indication()
|
|
{}
|
|
|
|
void TS0710_WAKEUP::response()
|
|
{} |