-
Notifications
You must be signed in to change notification settings - Fork 1k
Pin name PXn could be used instead of Dx #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Frederic.Pillon <[email protected]>
Issue stm32duino#81 Signed-off-by: Frederic.Pillon <[email protected]>
This is great. I didn't think you'd want to go through and change everything Are you going to also modify the STM32F1_merge_Other branch files also? |
In fact, there is not so much changes. Since I've reviewed pin managements for Firmata, it's easy to manage it properly.
Off course @RickKimball I'm waiting feedback before merge this PR. Then I will update the STM32F1_merge_Other branch |
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
With this PR the following call are equivalent (for Nucleo F429ZI):
Digital:
AnalogRead:
AnalogWrite:
Warning
analogWrite(0);
write on D0 (PG9)