How many PWM objects can be created?
bulkhead
Posts: 405
Is there a limit to how many times you can say, "PWM myPulse = new PWM(...);"? What I need to know is can a PWM be created on all of the Javelin's pins simultaneously? If not, how many can there be and what regulates this? For ex, if the maximum you can have is 3, what will stop you from creating 4 PWMs, will it be the compiler, programming failure, or runtime failure? Or something more morbid (like death)?
I'm trying deciding whether or not I need the PSC, thanks.
I'm trying deciding whether or not I need the PSC, thanks.
Comments
regards peter