5c6661093b
a start of a readme that tells you what to do See merge request kirbylife/rvgax!1 |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
README.md
rVGAx
A VGA library for arduino
Compiling
You need rust nightly, run:
rustup override set nightly
in the project directory. then you can do
cargo check
to see that everything is allright