ulx3s-code/README.md

13 lines
454 B
Markdown
Raw Permalink Normal View History

2024-07-16 12:23:22 +00:00
# ULX3S CODE
Trying to understand all this complex stuff this board can do by recreating
a bunch of the interesting demo projects. As with the Go Board code,
I'm also trying to clean up things like variable and module names and
parameters so they're much easier to understand.
## Projects recreated
* Blink: https://github.com/ulx3s/blink
* Figure out how to get the Makefile pieces all working, just get something
custom working on this board.