mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
3 lines
110 B
C
3 lines
110 B
C
#include <stdio.h>
|
|
void fillBufer (uint16_t* buffer,uint16_t color);
|
|
unsigned short reverse(unsigned short x); |