Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
When I edit the example and try and set a pin to a PWM out put.....
#include "mbed.h" #include "USBMSD_SD.h" PwmOut pwm(p10); //added this line USBMSD_SD sd(p5, p6, p7, p8); int main() { while(1); }.... I get this complier error....
Quote:
"identifier "PwmOut" is undefined" in file "/main.cpp", Line: 4, Col: 1
...is this a bug?
Many Thanks,
Joe.