generator stuff

This commit is contained in:
2024-06-13 14:52:23 +02:00
parent 1b6f444f4a
commit dd7fc7ebd1
5 changed files with 102 additions and 1 deletions

12
generator.h Normal file
View 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_