Zanduino / MCP7940

Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
GNU General Public License v3.0
35 stars 22 forks source link

Minor correction #27

Closed wvmarle closed 6 years ago

wvmarle commented 6 years ago

In the return of the calibrate function, the const didn't have the type specified, fixed that one line.

For some reason that compiles fine for Arduino (ATmega328p), but when compiling for NodeMCU (ESP8266) an error is thrown.