// tutorial.c // Your Name, date, email // Dot product code to learn the PlatformIO tools #define DIM 3 double dotproduct(int n, double a[], double b[]) { volatile int i; double sum; for (i=0; i