From 51f142763f09472b19e7cd39214589e61de5bcb6 Mon Sep 17 00:00:00 2001 From: Computer construction kit SmartyKit <42343604+smartykit@users.noreply.github.com> Date: Sun, 8 Sep 2019 13:52:38 +0300 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31410ea --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# SmartyKit Apple I - apple1 +SmartyKit Apple I replica drivers and software (http://apple1.smartykit.org). + +All needed libraries included in repository in /Arduino/libraries + +## Keyboard Driver +Keyboard driver uses Arduino PS2Keyboard library. + +## Video Driver +Video driver uses Arduino TVout library.