arduino-esp32/libraries/ESP32/examples
P-R-O-C-H-Y caef4006af
Implement SigmaDelta based on ESP-IDF API (#6053)
Summary

This PR is refactoring of SigmaDelta HAL in order to use IDF instead of current Register manipulation approach.

Impact

Change in API:

uint32_t sigmaDeltaSetup(uint8_t channel, uint32_t freq);
changed to -->
uint32_t sigmaDeltaSetup(uint8_t pin, uint8_t channel, uint32_t freq);

void sigmaDeltaAttachPin(uint8_t pin); removed, no longer needed. Pin is attached in sigmaDeltaSetup()
2021-12-22 16:41:52 +02:00
..
AnalogOut Implement SigmaDelta based on ESP-IDF API (#6053) 2021-12-22 16:41:52 +02:00
ArduinoStackSize Adds support to change LoopTask Stack size (#6025) 2021-12-20 13:10:36 +02:00
Camera/CameraWebServer Add support M5Stack Unit CAM (#5748) 2021-10-11 13:01:10 +03:00
ChipID/GetChipID Update GetChipID.ino (#4070) 2020-09-30 15:24:29 +03:00
DeepSleep Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
ESPNow allow the examples to build in a more strict env (#3299) 2019-09-29 23:47:02 +03:00
FreeRTOS Move Example to proper folder 2018-12-16 19:24:02 +01:00
GPIO v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
HallSensor Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
I2S/HiFreq_ADC Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
ResetReason Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
RMT RMT refactoring based on IDF (#6024) 2021-12-21 15:02:40 +02:00
Time/SimpleTime Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
Timer v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
Touch Fixed typo in comments. (#5407) 2021-07-19 13:38:40 +03:00