diff options
author | Jonathan Hogg <me@jonathanhogg.com> | 2021-06-30 19:00:50 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-01 13:39:39 +1000 |
commit | 18e48a71ee69557a5340c8652f2e73e586063be3 (patch) | |
tree | 4ba908c83b20473932c4c667d35b5d55cf61bc99 /docs/esp8266/tutorial/filesystem.rst | |
parent | 58e4d723383dfd9856520728b0920ff20fa76407 (diff) |
esp32/esp32_rmt: Enhance RMT with idle_level and write_pulses modes.
This change allows specification of the idle level and TX carrier output
level (through changed initialisation API), and more flexible specification
of pulses for write_pulses.
This is a breaking change for the esp32.RMT constructor API. Previous code
of this form:
esp32.RMT(..., carrier_duty_percent=D, carrier_freq=F)
will now raise an exception and should be changed to:
esp32.RMT(..., tx_carrier=(F, D, 1))
Diffstat (limited to 'docs/esp8266/tutorial/filesystem.rst')
0 files changed, 0 insertions, 0 deletions