|
Re: Using multiple classes in java to control one pwm
Thanks, it worked perfectly. Doesn't seem to like multiple instances.
That is really weird, that you can access a static variable when you can't access a non-static one, I can see something like public/private/semiprivate where semiprivate is the same as current public and public is the same as current public static.
I do come from python and javascript though, so not having types to variables must be weird here.
|