File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616## Introduction
1717
1818The Cellular Interface library implement a simple unified
19- [ Application Programming Interfaces (APIs)] ( https://www.freertos.org/Documentation/api-ref/cellular/index.html )
19+ [ Application Programing Interfaces (APIs)] ( https://www.freertos.org/Documentation/api-ref/cellular/index.html )
2020that hide the complexity of AT commands. The cellular modems to be
2121interchangeable with the popular options built upon TCP stack and exposes a
2222socket-like interface to C programmers.
@@ -136,8 +136,8 @@ relationship of these software components:
136136Follow these steps to integrate FreeRTOS Cellular Interface into your project:
137137
1381381 . Clone this repository into your project.
139- 2 . Clone one of the reference cellular module implementations ( BG96 / HL7802 /
140- SARA-R4 ) or create your own cellular module implementation in your project.
139+ 2 . Clone one of the refenerce cellular module implementations ( BG96 / HL7802 /
140+ SARA-R4 ) or create your own cellular module implementaion in your project.
1411413 . Implement comm interface.
1421424 . Build these software components with your application and execute.
143143
You can’t perform that action at this time.
0 commit comments