April 2020
Intermediate to advanced
294 pages
7h 53m
English
Next, we have the pins.csv file. This file contains the pins that exist on the target and the names that they will have within the MicroPython environment so that they can be accessed through a Python script. Every pin that exists on the processor will need to be in this file with a name. I recommend that you open the file to see everything that is in it. The files are usually quite large but the following screenshot shows an example of how the first eight pins are defined for ports A0-A7. Again, we can customize the name if we want to:

The excerpt from pins.csv that we can see in the preceding screenshot defines what pins exist ...
Read now
Unlock full access