Files
energy_storage/src/app/Device.h

7 lines
66 B
C
Raw Normal View History

2025-05-19 09:54:33 +08:00
#pragma once
class Device
{
public:
static bool init();
};