mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 15:05:51 +00:00
Add UDID support.
This commit is contained in:
parent
81518bf74c
commit
99d2a0d822
6 changed files with 74 additions and 4 deletions
11
IOTeensy.cpp
11
IOTeensy.cpp
|
|
@ -275,4 +275,15 @@ void CIO::delayInt(unsigned int dly)
|
|||
delay(dly);
|
||||
}
|
||||
|
||||
uint8_t CIO::getCPU() const
|
||||
{
|
||||
return 1U;
|
||||
}
|
||||
|
||||
void CIO::getUDID(uint8_t* buffer)
|
||||
{
|
||||
::memcpy(buffer, (void *)0x4058, 16U);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue