mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
5 lines
122 B
C
5 lines
122 B
C
#ifndef SET_PIXEL_H
|
|
#define SET_PIXEL_H
|
|
#include <stdint.h>
|
|
void set_pixel(uint16_t x, uint16_t y, uint16_t color);
|
|
#endif |