Hello,
I have problem how to configure SPI1 on Tennsy3.6? I try to connect to AD7175.
Now I configure as below and then i check all pin in oscilloscope nothing happen.
I test board is work on SPI0 connect to TCP module WIZ820io. Please help me about my mistake.( Thank you very much)
#include <SPI.h>
int slaveSelectPin = 31;
#define ID 0x0CD9
unsigned int regValue;
void setup() {
// put your setup code here, to run once: