mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
Add UDID support.
This commit is contained in:
parent
81518bf74c
commit
99d2a0d822
6 changed files with 74 additions and 4 deletions
4
IO.h
4
IO.h
|
|
@ -58,6 +58,10 @@ public:
|
|||
void resetWatchdog();
|
||||
uint32_t getWatchdog();
|
||||
|
||||
uint8_t getCPU() const;
|
||||
|
||||
void getUDID(uint8_t* buffer);
|
||||
|
||||
void selfTest();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue