Fixed typos in README

Change-Id: I44f2ffc27be15f17985209703743caf6b99e31fe
This commit is contained in:
Andrey Perminov 2020-05-05 18:13:26 -07:00
parent 10e32cc38d
commit 00d00350ab

View File

@ -53,3 +53,4 @@ For porting the project to a new microcontroller, all functions from [bmlite_hal
- BM-Lite support both UART and SPI communication interface. BM-Lite automatically detects the specific communication interface in use. However, it is not possible to use both interfaces at the same time!
- **IRQ** pin is used in SPI mode only as FPC BM-Lite Ready-to-Transmit signal. The module set it to **High** when it has some data to send and set it to **Low** when data packet is sent.