Skip to content

Commit 9c51655

Browse files
authored
MHZ -> MHz
1 parent 0b0cadd commit 9c51655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol
1212
- supports filter by ID (mask + code)
1313
- interface using [Stream](https://www.arduino.cc/en/Reference/Stream): ability to work with Serial, SoftwareSerial, Ethernet and other
1414
- supported can baudrates from 10Kbps up to 1Mbps
15-
- supported modules with different oscillators (8, 16, 20 MHZ), 16 MHZ is default, use setClock if your oscillator is not 16MHZ
15+
- supported modules with different oscillators (8, 16, 20 MHz), 16 MHz is default, use setClock if your oscillator is not 16MHz
1616
- support [CanHacker](http://www.mictronics.de/projects/usb-can-bus/) (application for Windows)
1717
- support [CANreader](https://github.com/autowp/CANreader) (application for Android)
1818

@@ -34,4 +34,4 @@ On Arduino Uno have problem with too long boot period and losing first command
3434

3535
## Contributing
3636

37-
Feel free to open issues, create pull requests and other contributions
37+
Feel free to open issues, create pull requests and other contributions

0 commit comments

Comments
 (0)