mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 09:51:18 +01:00
10 lines
137 B
C
10 lines
137 B
C
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <cstdint>
|
||
|
|
|
||
|
|
class Utils {
|
||
|
|
public:
|
||
|
|
static uint32_t getChipId();
|
||
|
|
};
|