In my code I've included DS3231.h, as seen below, but when I compile, I get a No Such File or Directory.
- The path is included in my tool chain directory
- It's showing under libraries in solution explorer
///////////Preprocessor Directives//////////////// #include <Arduino.h> //Arduino functions #include <SD.h> //SD card library #include <SPI.h> //Serial peripheral interface (SPI) library #include <avr/io.h> //AVR device specific IO definitions #include <inttypes.h> //This header file includes the exact-width integer definitions from <tt><stdint.h></tt>, and extends them with additional #include <util/delay.h> //Convenience functions for busy-wait delay loops #include <DS3231.h>
I took some screen shots, but its not letting me paste them in, so they are attached for your consideration. Any help or guidance you can provide would be greatly appreciated.
-Tim