02620c2236
This is the minimum C interface to allow a modem driver to be built in Python. Interface is simple, with the intention that the micropython-lib driver is the main (only) consumer of it. Signed-off-by: Angus Gratton <angus@redyak.com.au>
397 B
397 B
1 | PA0 | |
---|---|---|
2 | PA1 | |
3 | PA2 | |
4 | PA3 | |
5 | PA4 | |
6 | PA5 | |
7 | PA6 | |
8 | PA7 | |
9 | PA8 | |
10 | PA9 | |
11 | PA10 | |
12 | PA11 | |
13 | PA12 | |
14 | PA13 | |
15 | PA14 | |
16 | PA15 | |
17 | # in the default board configuration | PB0 must stay muxed to analog for HSE VDDTCXO function |
18 | -PB0 | |
19 | PB1 | |
20 | PB2 | |
21 | PB3 | |
22 | PB4 | |
23 | PB5 | |
24 | PB6 | |
25 | PB7 | |
26 | PB8 | |
27 | PB9 | |
28 | PB10 | |
29 | PB11 | |
30 | PB12 | |
31 | PB13 | |
32 | PB14 | |
33 | PB15 | |
34 | PC0 | |
35 | PC1 | |
36 | PC2 | |
37 | FE_CTRL3 | PC3 |
38 | FE_CTRL1 | PC4 |
39 | FE_CTRL2 | PC5 |
40 | PC6 | |
41 | SW | PA0 |
42 | SW1 | PA0 |
43 | SW2 | PA1 |
44 | SW3 | PC6 |
45 | LED_GREEN | PB9 |
46 | LED_RED | PB11 |
47 | LED_BLUE | PB15 |