Skip to content
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

Add ESP32 support #7

Closed
petrkr opened this issue May 25, 2021 · 1 comment
Closed

Add ESP32 support #7

petrkr opened this issue May 25, 2021 · 1 comment

Comments

@petrkr
Copy link

petrkr commented May 25, 2021

#if defined(ESP8266)

To make this work with ESP32, change this line (and coresponding in .h) to something as:

#if defined(ESP8266) || defined(ESP32)

Now I need somehow calibrate it, I have two modules, one somehow works and 2nd return ADC zero

@porrey
Copy link
Owner

porrey commented May 30, 2021

Support for ESP32 has been added.

@porrey porrey closed this as completed May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants