Hello teensy community,
i'm new to teensy and am working to build my skills past hello world!
I'm working to generate a PPM signal and the code I'm trying to repurpose continues to give the following error: Compilation error: exit status 1.
I've been able to generate a small serial monitor program with a delay as well as a high frequency blink so I don't believe it's a driver or port issue?
---------------------
#include<PulsePosition.h>
Pulseposition myOut;
void setup() {
myOut.begin(14);
myOut.write(1,1600);
myOut.write(2,1200);
myOut.write(3,1100);
void loop(){
}
---------------------
any reference material or suggestions greatly appreciated
Cheers!
i'm new to teensy and am working to build my skills past hello world!
I'm working to generate a PPM signal and the code I'm trying to repurpose continues to give the following error: Compilation error: exit status 1.
I've been able to generate a small serial monitor program with a delay as well as a high frequency blink so I don't believe it's a driver or port issue?
---------------------
#include<PulsePosition.h>
Pulseposition myOut;
void setup() {
myOut.begin(14);
myOut.write(1,1600);
myOut.write(2,1200);
myOut.write(3,1100);
void loop(){
}
---------------------
any reference material or suggestions greatly appreciated
Cheers!