generator stuff
This commit is contained in:
12
generator.h
Normal file
12
generator.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef _GENERATOR_H_
|
||||
#define _GENERATOR_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
void generatorInit();
|
||||
void genShifter(uint16_t chipId, uint16_t frequencyCode);
|
||||
|
||||
|
||||
|
||||
#endif // _GENERATOR_H_
|
Reference in New Issue
Block a user