5 lines
70 B
C
5 lines
70 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void SetFrequency(uint64_t hertz);
|