You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the <MCP4251.h> library for a project using Arduino: 1.8.19 (Windows 10) and an "Arduino MKRZERO" for simulating NTC temperature sensors, using the 100kOhm version. However, when I try and compile the basic example provided, I get a large number of errors, such as:
..\Arduino\libraries\MCP4251\src\MCP4251.cpp:49:20: warning: 'B00000000' is deprecated: use 0b00000000 instead [-Wdeprecated-declarations]