-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Sorry to border you here, while you lib works amazingly well, it has a small compilation problem if you compile on a c++ code/compiler. May a suggest to warp the function signatures around a:
ifdef __cplusplus
extern "C" {
endif
.
.
.
ifdef __cplusplus
}
endif
Except for that, your library is perfect and really solved my serial communication problems with Arduino, so thank you for that.
PS: without the extern "C", the code will not compile/link, but the proposed solution removes all the problems
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels