Go to file
per1234 f9322214a9
#include Arduino.h dependency
Previously the library relied on the Arduino IDE doing the automatic insertion of #include <Arduino.h> in the sketch before #include <DDS.h>. In some IDE versions that does not happen and there is no guarantee of that behavior in future IDE versions thus for backwards and forwards compatibility it's best to simply add an #include directive to DDS.h.
2018-03-07 21:27:02 -08:00
examples/SimpleSin Fix example 2017-07-30 12:07:00 -07:00
extras Update license and keywords files. 2016-08-27 10:57:54 -07:00
src #include Arduino.h dependency 2018-03-07 21:27:02 -08:00
README.md first commit 2016-08-26 11:09:36 -07:00
keywords.txt Update license and keywords files. 2016-08-27 10:57:54 -07:00
library.properties first commit 2016-08-26 11:09:36 -07:00

README.md

# DDS