Hello,
I wanted to know what is the correct way of creating header file and C files.
When I was programming in Amtel Studio I had the option of creating .h files for my function prototypes and .c files for my functions which were executed by my main.c file.
However there is no option to create a header file or a c file, there's only the option of creating a new sketch. Do I just write a header file as another sketch and plop it into my main sketch directory?