mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-15 12:01:15 -04:00
25 lines
274 B
C++
25 lines
274 B
C++
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
|
|
#include "TS0710_TEST.h"
|
|
|
|
/**
|
|
* TS0710_TEST implementation
|
|
*/
|
|
|
|
|
|
/**
|
|
* @param TestData
|
|
*/
|
|
void TS0710_TEST::request(std::vector<uint8_t> TestData) {
|
|
|
|
}
|
|
|
|
/**
|
|
* @param TestData
|
|
*/
|
|
void TS0710_TEST::confirm(std::vector<uint8_t> TestData) {
|
|
|
|
} |