|
|
|
### Usage
|
|
|
|
### Code implementation
|
|
|
|
|
|
|
|
To use a pin in your board you can simply:
|
|
|
|
```cpp
|
|
|
|
typedef <GPIOA, 9> somePin; //Define pin PA9 as somePin
|
|
|
|
```
|
| ... | ... | @@ -65,3 +66,11 @@ Where are the stm32 pins which are used in miosix? (all paths are referred to `/ |
|
|
|
| SERVO1 | SERVO2 | SERVO3 | SERVO4 |
|
|
|
|
|---------|---------|----------|----------|
|
|
|
|
| PB6 | PB7 | PB8 | PB9 |
|
|
|
|
|
|
|
|
Extra
|
|
|
|
---------------
|
|
|
|
|
|
|
|
### STM32F429ZI Discovery Pins
|
|
|
|
|
|
|
|

|
|
|
|
 |
|
|
\ No newline at end of file |