diff options
author | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-04 22:45:52 -0500 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-01-07 11:03:18 +0900 |
commit | 3ee5f565ae98cc68b6dff24225b6f8f069f6e20d (patch) | |
tree | f6cbb6bf66c9189f44cd9b7b20c93f6888c05b4f /converter/ps2_usb/README.md | |
parent | 6e9260cc176a77702b22381d01c59f0deafcb996 (diff) |
Spellchecking converter README files.
Diffstat (limited to 'converter/ps2_usb/README.md')
-rw-r--r-- | converter/ps2_usb/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/ps2_usb/README.md b/converter/ps2_usb/README.md index 65e616efb1..8f06fdd00d 100644 --- a/converter/ps2_usb/README.md +++ b/converter/ps2_usb/README.md @@ -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`: |