mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
decomposition
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#ifndef SET_PIXEL_H
|
||||
#define SET_PIXEL_H
|
||||
#include <stdint.h>
|
||||
void set_pixel(uint16_t x, uint16_t y, uint16_t color);
|
||||
#endif
|
||||
Reference in New Issue
Block a user