Update PS2_To_AppleII.ino

This commit is contained in:
JoaoPagotto 2019-11-03 23:02:20 -03:00 committed by GitHub
parent 3f7ef4483a
commit e160455c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
//-----------------------------------------------------------------------------
//
// Keyboard PS/2 to Apple II v1.00
//
// Date: 2019-11-03 23:00am
//
// João Ricardo Pagotto
// https://github.com/joaopagotto
//
// This is free open-source software, distributed under a very liberal license
// (the well-known MIT license). It may be used for any purpose, including
// commercial purposes, at absolutely no cost. Just download it and use it.
//
//-----------------------------------------------------------------------------
#include <PS2KeyAdvanced.h>
PS2KeyAdvanced keyboard;