1. 04 Apr, 2018 1 commit
  2. 02 Apr, 2018 1 commit
  3. 31 Mar, 2018 2 commits
  4. 06 Mar, 2018 2 commits
  5. 31 Dec, 2017 1 commit
  6. 28 Dec, 2017 2 commits
  7. 18 Dec, 2017 1 commit
  8. 17 Dec, 2017 1 commit
  9. 18 Nov, 2017 3 commits
  10. 12 Nov, 2017 1 commit
  11. 12 Sep, 2017 2 commits
  12. 02 Sep, 2017 2 commits
  13. 24 Aug, 2017 1 commit
  14. 17 Aug, 2017 1 commit
  15. 16 Aug, 2017 1 commit
  16. 14 Aug, 2017 1 commit
  17. 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
  18. 02 Aug, 2017 1 commit
  19. 27 Jul, 2017 1 commit
  20. 25 Jul, 2017 1 commit
  21. 22 Jul, 2017 1 commit
  22. 21 Jul, 2017 2 commits
  23. 20 Jul, 2017 2 commits
  24. 18 Jul, 2017 1 commit
  25. 13 Jul, 2017 1 commit
  26. 03 Jul, 2017 1 commit
  27. 30 Jun, 2017 1 commit
  28. 20 Jun, 2017 1 commit
  29. 13 Jun, 2017 3 commits
    • devsaurus's avatar
      fix travis build · 10e96a3b
      devsaurus authored
      10e96a3b
    • devsaurus's avatar
      Add u8g2 module. · a8ff8f05
      devsaurus authored
      a8ff8f05
    • zelll's avatar
      ESP32: uart 1/2 supports (#1982) · 329bd73b
      zelll authored
      * uart 1/2
      
      * call -> pcall in uart_on_* functions
      
      * fix docs
      
      * fixed console driver when using custom console uart
      
      * fixed line_inverse and error callback
      
      * fixed a crash when uart.start() called more than one time
      329bd73b