-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAX31856_CONFIG_REG ??? #15
Comments
AnHardt
added a commit
to AnHardt/Adafruit_MAX31865
that referenced
this issue
Mar 12, 2020
Most #defines are falsely named with MAX318**56**_* . Rename them to MAX318**65**_* Fixing adafruit#15
AnHardt
added a commit
to AnHardt/Adafruit_MAX31865
that referenced
this issue
Mar 13, 2020
Replace all occurrences of "MAX31856_*" with "MAX31865_*" Here we have a library for the "MAX318**65** RTD-to-Digital Converter". Not for the "MAX318**56** Precision Thermocouple to Digital Converter with Linearization" Fixing adafruit#15
This was referenced Mar 13, 2020
Closed
AnHardt
added a commit
to AnHardt/Adafruit_MAX31865
that referenced
this issue
Sep 14, 2020
Replace all occurrences of "MAX31856_*" with "MAX31865_*" Here we have a library for the "MAX318**65** RTD-to-Digital Converter". Not for the "MAX318**56** Precision Thermocouple to Digital Converter with Linearization" Fixing adafruit#15
Fixed with #30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know - this library is to abstract the #defines for the registers and bits in the registers away - the user should not need to use them.
However, the names for that should have the right IC-name in it.
All "MAX31856_*" have to be replaced by "MAX31865_*"
Here we are not dealing with the "MAX31856 Precision Thermocouple to Digital Converter
with Linearization" but the "MAX31865 RTD-to-Digital Converter".
And if the #defines are not thought to be used outside the library, should they be exported by the .h-file, or kept secret in the .cpp-file?
The text was updated successfully, but these errors were encountered: