Open dansteingart opened 3 years ago
Sorry for the late response,
The ArduinPort.cpp
is used by the ad5940.h
(which is an external library) to define functions which are specific to the used board.
Not sure regarding the error message but did you modify the ad5940.h
according to the README.md?
#ifdef __cplusplus
extern "C" {
#endif
< content of .h file >
#ifdef __cplusplus
}
#endif
*Note: I'm not the original author of that software part
Many thanks for sharing this code. After following the instructions I'm getting the following error on compilation:
many times over. in that folder I have
per the instructions: is there an
ArduinoPort.h
that complements the.cpp
file?Thanks in advance.