summaryrefslogtreecommitdiff
path: root/docs/esp32
AgeCommit message (Expand)Author
2021-12-22esp32/machine_pwm: Keep duty constant when changing frequency.IhorNehrutsa
2021-12-15docs: Remove trailing spaces and convert tabs to spaces.Damien George
2021-12-03esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods.IhorNehrutsa
2021-10-14docs/esp32/tutorial: Add an example of peripheral control via regs.NitiKaur
2021-09-21docs/esp32: Explain ESP32 PWM modes, timers, and channels.IhorNehrutsa
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-07-18docs: Replace master/slave with controller/peripheral in I2C and SPI.David P
2021-07-05esp32,stm32: Add new machine.I2S class for I2S protocol support.Mike Teachman
2021-06-17docs/esp32: Document WLAN "reconnects" config option.Thomas Wenrich
2021-05-14docs/esp32: Mention Signal in GPIO section of quickref.Mike Causer
2021-05-14docs/esp32: Add APA106 to quickref.Mike Causer
2021-05-06docs/esp32: Add SDCard to quickref.Mike Causer
2021-05-06docs/esp32: Add WDT to quickref.Mike Causer
2021-05-06docs/esp32: Add UART to quickref.Mike Causer
2021-05-04docs: Fix some spelling mistakes.Mike Causer
2021-03-12esp32/machine_hw_spi: Use default pins when making SPI if none given.Damien George
2020-10-01docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.Damien George
2020-07-25docs/esp32: Fix machine.Timer quickref to specify HW timers.Josh Lloyd
2020-06-30docs/esp32: Add info about PWM duty cycle range to esp32 quickref.spacemanspiff2007
2020-01-22esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.adzierzanowski
2020-01-06docs: More consistent capitalization and use of articles in headings.Jason Neal
2019-12-20docs/esp32: Add quickref and full docs for esp32.RMT class.Matt Trentini
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2019-10-16docs: Fix spelling in various parts of the docs.Mike Causer
2019-07-19esp32: Add support for hardware I2C.Damien George
2019-05-10docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO.Nicko van Someren
2019-03-28docs/esp32: Add example for pin isolation in combination with deepsleep.spacemanspiff2007
2019-03-14docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD.Damien George
2019-01-30docs: Convert all cases of machine.sleep to machine.lightsleep.Damien George
2019-01-25docs: Add initial docs for esp32 port, including quick-ref and general.Matt Trentini