I thought it was implemented but it's not :( ``` var rmt = require("rmt"); var rmt_rx = rmt.create({ pin: D16, channel: 0, clkDiv: 80, // 80MHz clock divided by 80 gives 1MHz (1us resolution) memBlocks: 1, filter: true, filterThreshold: 100, idleThreshold: 0xFFFF, rx: true }); ```