Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
GPIO Usage & Used Pins
Changes
Page history
New page
Templates
Clone repository
Updated GPIO Usage & Used Pins (markdown)
authored
7 years ago
by
Alvise de'Faveri
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GPIO-Usage-&-Used-Pins.md
+11
-2
11 additions, 2 deletions
GPIO-Usage-&-Used-Pins.md
with
11 additions
and
2 deletions
GPIO-Usage-&-Used-Pins.md
View page @
fbc2e0a9
###
Usage
###
Code implementation
To use a pin in your board you can simply:
```
cpp
typedef
<
GPIOA
,
9
>
somePin
;
//Define pin PA9 as somePin
```
...
...
@@ -64,4 +65,12 @@ Where are the stm32 pins which are used in miosix? (all paths are referred to `/
| SERVO1 | SERVO2 | SERVO3 | SERVO4 |
|---------|---------|----------|----------|
| PB6 | PB7 | PB8 | PB9 |
\ No newline at end of file
| PB6 | PB7 | PB8 | PB9 |
Extra
---------------
### STM32F429ZI Discovery Pins


\ No newline at end of file
This diff is collapsed.
Click to expand it.