mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-26 21:32:41 +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 |