Reorganize to allow compiling and running AVR firmware

This commit is contained in:
Jeremy Soller
2019-09-29 17:13:31 -06:00
parent 608326af30
commit b04352cb63
38 changed files with 198 additions and 3 deletions

View File

@ -0,0 +1,10 @@
#include "include/ps2.h"
void ps2_init(void) {
PSCTL1 = 0x11;
PSCTL2 = 0x41;
PSCTL3 = 0x41;
PSINT1 = 0x04;
PSINT2 = 0x04;
PSINT3 = 0x04;
}