Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi all,
I try to write a class for a breakout board. For this I thought I can use data types from serial.h
It looks like so:
When I compile it seems that Parity is not recognized. I had a look at the Serial.h and saw that Parity is an enum which is public. So, someone has some advice what went wrong?
Cheers,Lumberjack