1. 18 9月, 2018 3 次提交
    • D
      Initial version of rmt driver (#1525) · 4e96bffe
      david-cermak 提交于
      * rmt driver initial version
      
      * supporting conti mode plus interrupts
      
      * using conitnous mode for sending more data
      
      * working continous mode
      
      * rmt driver cleanup after conti mode
      
      * initial version of rmt driver
      
      * adding a simple example
      
      * adding channel and block locks
      
      * modified of rmt interface for simpler/easier usage
      
      * adding header sentinels, split interface to common and additional settings
      
      * Fixes per code review + support for rx callback mode
      
      * renamed internal structures and enums, fixed formatting
      
      * cmake support for rmt
      
      * refactored tx-conti interrupts to function to make it more readable
      
      * added Tx and Rx examples
      
      * added license headers
      
      * minor updates per review
      
      * used struct access, renamed defines, corrected diagram
      4e96bffe
    • H
      Functional interrupt (#1728) · ea61563c
      hreintke 提交于
      * Initial
      
      * Implementation
      
      * Add to CMakelist.txt
      
      * Add example
      
      * Add IRAM_ATTR
      ea61563c
    • L
      Flush serial in DeepSleep example to allow print before sleep (#1791) · f9f995b2
      lbernstone 提交于
      * Add delay into example to allow print before sleep
      
      * Changed to Serial.flush()
      f9f995b2
  2. 07 7月, 2018 1 次提交
    • B
      Allow using argument with attachInterrupt (#1535) · c77aed4a
      Bert Melis 提交于
      * Allow using argument with attachInterrupt
      
      * formatting
      
      replace tabs with spaces
      
      * fix bug more then 1 interrupt
      
      * leftover
      
      * add example
      
      * make attachInterruptArg public
      
      * update example
      
      * leftover
      c77aed4a
  3. 19 6月, 2018 1 次提交
  4. 14 5月, 2018 1 次提交
  5. 15 12月, 2017 1 次提交
  6. 11 10月, 2017 1 次提交
    • A
      Create ledcWrite_RGB.ino (#688) · f1e87d91
      Allan 提交于
      * Create ledcWrite_demo_ESP32_RGB.ino
      
      adding the public domain example ledcWrite_demo_ESP32.ino to this repo.  Added RGB to the name for people searching, added some comments, and renames things to make a bit more sense.
      
      * Update ledcWrite_demo_ESP32_RGB.ino
      
      renamed to ledcWrite_RGB.ino and added a couple more comments based on https://github.com/espressif/arduino-esp32/issues/689
      
      * Rename libraries/ESP32/examples/AnalogOut/ledcWrite_demo_ESP32_RGB/ledcWrite_demo_ESP32_RGB.ino to libraries/ESP32/examples/AnalogOut/ledcWrite_RGB/ledcWrite_RGB.ino
      
      Renamed.
      f1e87d91
  7. 27 9月, 2017 1 次提交
  8. 26 9月, 2017 1 次提交
  9. 12 9月, 2017 1 次提交
  10. 29 6月, 2017 1 次提交
  11. 27 6月, 2017 1 次提交
  12. 21 6月, 2017 2 次提交
    • B
      Create hall_effect_esp32.ino (#450) · 839318c0
      Brian Degger 提交于
      * Create hall_effect_esp32.ino
      
      A simple example to access the hall effect sensor in the esp32
      
      * Create hall_effect.ino
      
      * Update hall_effect.ino
      
      Simple sketch to access the internal hall effect detector on the esp32
      
      * Delete hall_effect_esp32.ino
      
      * Create HallSensor.ino
      
      * Update HallSensor.ino
      
      * Update HallSensor.ino
      
      * Delete hall_effect.ino
      839318c0
    • C
      Print last reset reason example (#458) · 023a32bc
      copercini 提交于
      023a32bc
  13. 19 5月, 2017 1 次提交
  14. 05 5月, 2017 1 次提交
  15. 20 2月, 2017 1 次提交
    • M
      Update RepeatTimer example · b5ac95b2
      me-no-dev 提交于
      Implement semaphore and mutex to safeguard the ISR.
      This is the proper way to handle hardware Interrupts with FreeRTOS. The
      more regular approach may/will lead to exceptions
      b5ac95b2
  16. 17 2月, 2017 1 次提交
  17. 12 2月, 2017 1 次提交
    • M
      Added LEDC Software Fade example (#202) · a36ef2ae
      Martin Sloup 提交于
      * Added LEDC Fade exmaple
      
      * Renamed LEDCFade example to LEDCSoftwareFade
      
      Added valueMax parameter for ledcAnalogWrite
      
      * Remove usage of LED_BUILTIN constant to solve CI errors
      a36ef2ae
  18. 07 2月, 2017 1 次提交
    • I
      Add Touchread example (#175) · cea41d96
      Ion 提交于
      * Add Touchread example
      
      * Rename libraries/ESP32/examples/Touch/TouchRead.ino to libraries/ESP32/examples/Touch/TouchRead/TouchRead.ino
      
      * Update TouchRead.ino
      cea41d96
  19. 06 2月, 2017 1 次提交
  20. 05 2月, 2017 1 次提交