|
2 | 2 |
|
3 | 3 | * [Introduction](README.md)
|
4 | 4 |
|
5 |
| -## About |
6 |
| - |
7 |
| -* [Pycom Products](about/products.md) |
8 |
| - |
9 | 5 | ## 1. Getting Started
|
10 | 6 |
|
11 | 7 | * [1.0 Introduction](getting-started/introduction.md)
|
|
35 | 31 | * [1.4.3 LoRaWAN](getting-started/registration/lora/README.md)
|
36 | 32 | * [1.4.3.1 The Things Network](getting-started/registration/lora/ttn.md)
|
37 | 33 | * [1.4.3.2 Objenious](getting-started/registration/lora/objenious.md)
|
| 34 | +* [Pycom Products](products.md) |
38 | 35 |
|
39 | 36 | ## 2. Pymakr Plugin
|
40 | 37 |
|
|
149 | 146 | * [5.3.18 ustruct](firmware-and-api-reference/micropython/ustruct.md)
|
150 | 147 | * [5.3.19 \_thread](firmware-and-api-reference/micropython/_thread.md)
|
151 | 148 | * [5.3.20 Builtin](firmware-and-api-reference/micropython/builtin.md)
|
| 149 | +* [5.4 Notes](firmware-and-api-reference/notes.md) |
152 | 150 |
|
153 | 151 | ## 6. Product Info
|
154 | 152 |
|
|
178 | 176 | * [6.3.6.1 Deep Sleep API](product-info/boards/deepsleep/api.md)
|
179 | 177 | * [6.4 Notes](product-info/notes.md)
|
180 | 178 |
|
181 |
| -## 7. Datasheets |
182 |
| - |
183 |
| -* [7.1 Development Modules](datasheets/development.md) |
184 |
| -* [7.2 OEM Modules](datasheets/oem.md) |
185 |
| -* [7.3 Expansion Boards and Shields](datasheets/boards.md) |
186 |
| - |
187 |
| -## 8. Pybytes |
188 |
| - |
189 |
| -* [8.1 Introduction](pybytes/introduction.md) |
190 |
| -* [8.2 Getting Started with Pybytes](pybytes/getting-started.md) |
191 |
| -* [8.3 Add a device to Pybytes](pybytes/add-device/README.md) |
192 |
| - * [8.3.1 Connect to Pybytes: Quick Add](pybytes/add-device/quick.md) |
193 |
| - * [8.3.2 Connect to Pybytes: Flash Pybytes library manually](pybytes/add-device/flash.md) |
194 |
| - * [8.3.3 Add Sigfox device](pybytes/add-device/sigfox/README.md) |
195 |
| - * [8.3.3.1 DevKit contract](pybytes/add-device/sigfox/devkit.md) |
196 |
| - * [8.3.3.2 Custom contract](pybytes/add-device/sigfox/custom.md) |
197 |
| -* [8.4 Visualise data from your device](pybytes/visualise-data.md) |
198 |
| - |
199 |
| -## 9. Documentation Notes |
| 179 | +## 7. Pybytes |
200 | 180 |
|
201 |
| -* [9.1 Introduction](documentation-notes/introduction.md) |
202 |
| -* [9.2 Syntax](documentation-notes/syntax.md) |
203 |
| -* [9.3 REPL vs Scripts](documentation-notes/replscript.md) |
204 |
| -* [9.4 Mesh Networks](documentation-notes/mesh-networks.md) |
| 181 | +* [7.1 Introduction](pybytes/introduction.md) |
| 182 | +* [7.2 Getting Started with Pybytes](pybytes/getting-started.md) |
| 183 | +* [7.3 Add a device to Pybytes](pybytes/add-device/README.md) |
| 184 | + * [7.3.1 Connect to Pybytes: Quick Add](pybytes/add-device/quick.md) |
| 185 | + * [7.3.2 Connect to Pybytes: Flash Pybytes library manually](pybytes/add-device/flash.md) |
| 186 | + * [7.3.3 Add Sigfox device](pybytes/add-device/sigfox/README.md) |
| 187 | + * [7.3.3.1 DevKit contract](pybytes/add-device/sigfox/devkit.md) |
| 188 | + * [7.3.3.2 Custom contract](pybytes/add-device/sigfox/custom.md) |
| 189 | +* [7.4 Visualise data from your device](pybytes/visualise-data.md) |
205 | 190 |
|
206 |
| -## 10. Advanced Topics |
| 191 | +## 8. Documentation Notes |
207 | 192 |
|
208 |
| -* [10.1 Firmware Downgrade](advanced-topics/downgrade.md) |
209 |
| -* [10.2 CLI Updater](advanced-topics/cli.md) |
210 |
| -* [10.3 SecureBoot and Encryption](advanced-topics/encryption.md) |
| 193 | +* [8.1 Introduction](documentation-notes/introduction.md) |
| 194 | +* [8.2 Syntax](documentation-notes/syntax.md) |
| 195 | +* [8.3 REPL vs Scripts](documentation-notes/replscript.md) |
| 196 | +* [8.4 Mesh Networks](documentation-notes/mesh-networks.md) |
211 | 197 |
|
212 |
| -## 11. License |
| 198 | +## 9. Advanced Topics |
213 | 199 |
|
214 |
| -* [11.1 License](license/license.md) |
| 200 | +* [9.1 Firmware Downgrade](advanced-topics/downgrade.md) |
| 201 | +* [9.2 CLI Updater](advanced-topics/cli.md) |
| 202 | +* [9.3 SecureBoot and Encryption](advanced-topics/encryption.md) |
215 | 203 |
|
216 | 204 | ## Have a question?
|
217 | 205 |
|
218 | 206 | * [Ask on the Forum](https://forum.pycom.io)
|
| 207 | +* [License](license.md) |
219 | 208 |
|
0 commit comments