Skip to content

Commit

Permalink
Add image to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leech001 committed Dec 1, 2020
1 parent 27d61a9 commit 7e469f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Simple C library (STM32 HAL) for working with the MQTT protocol through AT comma
https://aliexpress.ru/item/32284560394.html?spm=a2g0s.9042311.0.0.34a833edF2cSsx

Configure STM32CubeMX by setting "General peripheral Initalizion as a pair of '.c / .h' file per peripheral" in the project settings.
![photo](https://raw.githubusercontent.com/leech001/SIM800MQTT/master/img/ch_pair.jpg)
![photo](https://raw.githubusercontent.com/leech001/SIM800MQTT/master/img/ch_pair.png)
Remember to enable global interrupts for your UART.
![photo](https://raw.githubusercontent.com/leech001/SIM800MQTT/master/img/nvic.jpg)
![photo](https://raw.githubusercontent.com/leech001/SIM800MQTT/master/img/nvic.png)
Copy the library header and source file to the appropriate project directories (Inc, Src).
Configure the UART port where your module is connected in the MQTTSim800.h file.
```
Expand Down

0 comments on commit 7e469f2

Please sign in to comment.