I want to send a PWM signal to a MyRio through a C++ program in Eclipse. I have installed the Eclipse provided by NI and I am having trouble running the example PWM program. I am getting errors that look like this:
Symbol 'PWMA_0CNTR' could not be resolved main.c /myRIO Example - PWM line 55 Semantic Error
This symbol should be defined in myRio1900.h but it is still coming up unresolved. Does anyone know how to solve this problem?