// Howdy 👋.
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/reference/introduction
//
// We also have a Flux Slack Community in case you need help: https://join.slack.com/t/fluxcommunity/shared_invite/zt-p48n941f-wzQ06kGmuFJ2HXnGYT1JkA
//
// To infinity and beyond 🚀
connect U2.GPIO23 to U1.SDI; // MOSI: Data from ESP32 to AD9361
connect U2.GPIO19 to U1.SDO; // MISO: Data from AD9361 to ESP32
connect U2.GPIO18 to U1.SPI_CLK; // SCLK: Clock signal for SPI
connect U2.GPIO5 to U1.SPI_CS; // CS: Chip select for AD9361