arduino-sps
arduino-sps copied to clipboard
Use of define for NO_ERROR conflict with other librairies
Hi,
The use of MACRO for NO_ERROR conflict with other librarie wich define it as enum. Exemple https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301
Thanks for the report. We should probably add a prefix to it like SENSIRION_NO_ERROR
to avoid name collisions.