mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
4 lines
175 B
C
4 lines
175 B
C
#ifdef SINE_WAVE_H
|
|
#define SINE_WAVE_H
|
|
void generate_sine_wave_points(size_t num_points, int amplitude, float frequency, int offset_x, int offset_y, float phase_shift);
|
|
#endif |