1. 23 May, 2021 1 commit
    • serg3295's avatar
      Fix ledc, otaupgrade, pulsecnt, sdmmc, sjson, touch docs (#3436) · 8e0e0cb3
      serg3295 authored
      ledc.md - formatting, add object name
      otaupgrade.md - formatting, add 'Syntax' section
      pulsecnt.md - formatting, fix syntax pulsecnt.create, add object name
      sdmmc.md - fix typos
      sjson.md - formatting, add `Parameters` section
      touch.md - formatting, add object name, fix Returns in tp:read()
      8e0e0cb3
  2. 30 Jun, 2020 1 commit
  3. 13 Jan, 2019 1 commit
    • Marcel Stör's avatar
      Re-organize documentation · 5750da12
      Marcel Stör authored
      Drop support for localized content, #2213
      
      Restructure some content to match more closely what we have in master, #2542
      5750da12
  4. 11 Aug, 2017 1 commit
    • larsstenberg's avatar
      ESP32: Ledc driver module (#2027) · 40e0be29
      larsstenberg authored
      * Inital commit for supporting ledc driver
      
      * Added documentation. More fade functions and better naming of constants
      
      * Better field checking during setup. Updated documentation
      
      * Reworked LEDC module to be used with an object model to decrease repetition of parameters
      40e0be29