Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
refs/heads/upstream/patch-stm32-hal-1.9.0
/
.
/
examples
/
matrix-test
/
matrix-test.hpp
blob: b791bb454345d9c7fc9b1e05ea3d0e473acf53ad [
file
] [
log
] [
blame
] [
edit
]
#pragma
once
#include
<cstdint>
#include
"32blit.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);