I'm actually working for another release, the 1.60.3.
This will include the following :
- Full support for the RMT module :
- The Remote Control Peripheral (RMT) module on the ESP32 is a versatile and powerful feature designed to handle protocols that require precise timing, such as infrared remote control transmissions, LED strip control, and other time-sensitive communication protocols. Unlike typical digital I/O operations, the RMT module can generate and decode signals with highly accurate timing, allowing it to handle various transmission standards with minimal CPU involvement.
- Annex supports two commands for serially shifting data:
- PIN.SHIFTOUT for sending data
- PIN.SHIFTIN for receiving data.
Both commands allow control over bit order, bit count, and timing delays.
These commands are in particular useful to control external shift registers or simple SPI bus devices.
- retrieves a file from a specified URL (url$) and saves it to the local file path (file_path$). This can be used both as a standalone command or as a function that returns a status code, indicating the success or failure of the download operation.
I should be able to publish it very soon.
In the while I already published the help file that you can just start to browse
[Local Link Removed for Guests]
So, stay tuned .....