mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
4 lines
249 B
C
4 lines
249 B
C
#include <stdio.h>
|
|
void fillBufer (uint16_t* buffer,uint16_t color);
|
|
unsigned short reverse(unsigned short x);
|
|
void generate_sine_wave_points(int *points_x, int *points_y, size_t num_points, int amplitude, int frequency, int offset_x, int offset_y); |