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