Commit Graph

9 Commits

Author SHA1 Message Date
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
nick6x 6726836631 Fix example 2017-07-30 12:07:00 -07:00
nick6x 7ebe201f96 Determine ISR on #define 2017-07-30 11:53:55 -07:00
nick6x c4daa7941b Fix examples isr 2017-07-28 16:16:10 -07:00
nick6x 6f4d8a93c5 Change 'Use Timer 2 Only' from compile option to software option 2017-07-28 10:52:11 -07:00
morgan 2e3955fa80 remove setup for afsk 2016-09-24 17:33:34 -07:00
nick6x 638043e4e3 Add simple example to library. 2016-08-27 12:50:51 -07:00
nick6x 20c8b5b8fb Update license and keywords files. 2016-08-27 10:57:54 -07:00
nick6x 5dd3c9df92 first commit 2016-08-26 11:09:36 -07:00