Merge pull request #4 from per1234/arduino_h

#include Arduino.h dependency
This commit is contained in:
Nigel VH 2018-03-07 21:34:12 -08:00 committed by GitHub
commit 0e8d42699a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef _DDS_H_ #ifndef _DDS_H_
#define _DDS_H_ #define _DDS_H_
#include <Arduino.h>
#include <avr/pgmspace.h> #include <avr/pgmspace.h>
// Use pin 3 for PWM? If not defined, use pin 11 // Use pin 3 for PWM? If not defined, use pin 11