In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all ...
The library is experimental as the functionality is not tested with hardware yet. The AD5231 is a single channel, 10 bit = 1024 step, SPI based potentiometer, the AD5235 is a dual channel version.
Quick, how do you wire up an SPI bus between a microcontroller and a peripheral? SCK goes to SCK, MISO goes to MISO, and MOSI goes to MOSI, right? Yeah. You’ll need to throw in a chip select pin, but ...
Significantly optimized for 16MHz AVR Arduino boards (2.5-5x faster than other libraries) Achieved 6.9Mbps SPI transfer rate (at DIV2/16MHz clock) After recent optimizations (more AVR assembler) all ...