sound-experiment-02/generator.h

13 lines
174 B
C
Raw Normal View History

2024-06-13 14:52:23 +02:00
#ifndef _GENERATOR_H_
#define _GENERATOR_H_
#include <stdint.h>
void generatorInit();
void genShifter(uint16_t chipId, uint16_t frequencyCode);
#endif // _GENERATOR_H_