first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
22
libraries/M5UnitUnified/pio_project/test/unit_dummy.cpp
Normal file
22
libraries/M5UnitUnified/pio_project/test/unit_dummy.cpp
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
/*
|
||||
UnitTest for M5UnitComponent
|
||||
*/
|
||||
#include "unit_dummy.hpp"
|
||||
#include <M5Utility.hpp>
|
||||
|
||||
using namespace m5::utility::mmh3;
|
||||
|
||||
namespace m5 {
|
||||
namespace unit {
|
||||
|
||||
const char UnitDummy::name[] = "UnitDummy";
|
||||
const m5::unit::types::uid_t UnitDummy::uid{"UnitDummy"_mmh3};
|
||||
const m5::unit::types::attr_t UnitDummy::attr{0};
|
||||
|
||||
} // namespace unit
|
||||
} // namespace m5
|
||||
Loading…
Add table
Add a link
Reference in a new issue