mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-27 05:42:41 +03:00
decomposition
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user