April 2020
Intermediate to advanced
294 pages
7h 53m
English
If you navigate to the micropython directory where you cloned the MicroPython kernel, you'll find that the kernel is organized as in the following screenshot:

Upon examination, you'll notice that there are several top-level directories. The information contained in each of these directories can be found in the following table:
|
Folder |
Description |
|
docs |
Contains documentation for different major ports. |
|
drivers |
Contains external device drivers for items, such as displays, memory devices, radios, and SD cards. |
|
examples |
Contains example Python scripts. |
|
extmod |
Contains additional (non-core) ... |
Read now
Unlock full access