From 07e024811da8bd86e18dbe25345c604a19bd3aed Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Tue, 27 Apr 2021 11:24:01 -0500 Subject: [PATCH] a start of a readme that tells you what to do --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 354d5c5..3d50f28 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # 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 + ## WIP, DOES NOT WORK :c