mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 20:33:38 +01:00
Move getChipId to separate class
This commit is contained in:
9
include/Utils.h
Normal file
9
include/Utils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class Utils {
|
||||
public:
|
||||
static uint32_t getChipId();
|
||||
};
|
||||
Reference in New Issue
Block a user