-
Notifications
You must be signed in to change notification settings - Fork 84
Esp32 #3
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
base: master
Are you sure you want to change the base?
Esp32 #3
Conversation
### todo removes flashstorage to be abstracted into methods and add ifdef wraps esp32 flash storage support for read and write methods esp32 tone buzzer esp32 relay pwm use sigmandelta or ledc abstract to start and wriite methods
@UnexpectedMaker this PR is just to track the commits and files changed for diffing, please ignore thanks. |
esp32 support, mosty commenting stuff outToDoremoves flashstorage to be abstracted into methods and add ifdef wraps
methods needed
not related
❗️ I added some temperate test code, and ads1x code for adc modules you might want to remove that if you are using the max chip, I have not received mine yet, i will try to add some defines to swap that behavior back |
added sigmadelta tests, NOT TESTED |
I did have to modify spline lib was getting some warnings or errors dont recall |
pwm refsesp32 exampleshttps://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/AnalogOut some pwm helper libhttps://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/PWM.cpp ifdef wrapsespressif/arduino-esp32#4 (comment) analogwrite abstraction/polyfillno pwm, use DAChttps://esp-idf.readthedocs.io/en/v2.0/api/peripherals/dac.html |
e31aba7
to
9ec6c9e
Compare
PR is FOR TRACKING and diffs, do not merge!