Hey, I didn't see an example on using the enum_* methods, and thought it could be handy.
I added it to an existing example, let me know if that's convenient or not. I also threw in a helper method in case people want to get a discrete vec of their stepwise resolutions (NOTE: I don't have a device with stepwise resolutions, so I technically haven't tested that one, but it's pretty straightforward).
Hey, I didn't see an example on using the
enum_*
methods, and thought it could be handy.I added it to an existing example, let me know if that's convenient or not. I also threw in a helper method in case people want to get a discrete vec of their stepwise resolutions (NOTE: I don't have a device with stepwise resolutions, so I technically haven't tested that one, but it's pretty straightforward).
Let me know what you think.