Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
sztvka authored Jan 24, 2023
1 parent 32527ab commit 527647b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if(myData.fix == 1) {
It is worth noting that the library may miss some messages due to invalid checksums, or the receive buffer not containing a whole NMEA message.
## Example
The example configured for STM32 Nucleo F411RE is provided in `Core/Src/main.c` It is set to use UART1 as a NMEA GPS serial port and UART2 as a debug serial port. The debug port is used to print the data to the console. UART1 data is received with HAL DMA peripheral.
![Screenshot](https://user-images.githubusercontent.com/47701797/214347752-66d7c402-4522-43e1-9f62-41c30ce52bf6.png)

## License
This code is licensed under a MIT License. See the LICENSE file for details.
This code is licensed under a MIT License. See the LICENSE file for details.

0 comments on commit 527647b

Please sign in to comment.