Spellchecking converter README files.

This commit is contained in:
Thomas Russell Murphy 2014-01-04 22:45:52 -05:00 committed by tmk
parent 6e9260cc17
commit 3ee5f565ae
8 changed files with 17 additions and 17 deletions

View file

@ -12,7 +12,7 @@ Following three methods are used to implement PS/2 signal handling.
### Interrupt driven(ps2_interrupt.c)
Uses pin interrupt to detect falling edge of clock line.
### USART hardware module(ps2_usart.c)
Uses AVR USART engine to recevie PS/2 signal.
Uses AVR USART engine to receive PS/2 signal.
To select method edit Makefile.
@ -31,7 +31,7 @@ In case of Teensy2.0(ATMega32U4):
To change pin configuration edit config.h.
Build Frimware
Build Firmware
--------------
Just run `make`: