Skip to content

Build error with Firmata #126

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

Closed
fpistm opened this issue Oct 9, 2017 · 3 comments
Closed

Build error with Firmata #126

fpistm opened this issue Oct 9, 2017 · 3 comments
Assignees
Labels
bug 🐛 Something isn't working
Milestone

Comments

@fpistm
Copy link
Member

fpistm commented Oct 9, 2017

Since the clean of header files including Firmata do not build.
Still one issue with multiple inclusions with pins_arduino.h.

/local/data/work/stm32/stm32duino/arduino-1.8.4/portable/sketchbook/libraries/Firmata/Boards.h:790:72: error: 'pinIsSerial' was not declared in this scope
 #define IS_PIN_DIGITAL(p)       (digitalPinIsValid(p) && !pinIsSerial(p))

Fixed on going.

@fpistm fpistm self-assigned this Oct 9, 2017
@fpistm fpistm added the bug 🐛 Something isn't working label Oct 9, 2017
@fpistm fpistm added this to the Next release milestone Oct 9, 2017
@fpistm
Copy link
Member Author

fpistm commented Oct 10, 2017

Fixed in #128

@fpistm fpistm closed this as completed Oct 10, 2017
@xzsfd2457
Copy link

I am facing a problem while using Softserial header file for STM32F401RE microcontroller, then it tells the Softserial directory is not available.

@fpistm
Copy link
Member Author

fpistm commented May 6, 2019

Hi @xzsfd2457,
Please open a new issue and describe your issue.
environment (host OS, Arduino IDE version, core version,...), sketch,...
Thanks in advance.

Note: if your issue is to use the SoftwareSerial library, then a request to have one compatible is already open: #267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants