1 2 3 4 5 6 7 8 9 10 11
#include <stm32f0xx_hal.h> #include "main.h" #include "ppu/ppu.h" void hh_ppu_load_tilemap() {} void hh_loop() { HAL_Delay(1e3); hh_ppu_vblank_interrupt(); }