mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
7 lines
66 B
C
7 lines
66 B
C
|
|
#pragma once
|
|||
|
|
|
|||
|
|
class Device
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
static bool init();
|
|||
|
|
};
|