blob: 4e9be23027064a4daf1a5c309f12f60cfe12b2db (
plain)
1
2
3
4
5
6
7
8
9
|
# ppu-stm integration demo
- data.txt is generated using a hacked version of the ppusim demo
- makefile converts data into header file for c
- main.c should be compiled and uploaded to stm32
- this program sends ppu data to the ppu using HAL SPI, and should produce
img.png as output
- other details undocumented
|