Creating a library: Using classes or not?

True, you convinced me of using classes :slight_smile:
But I now have a question about the constructor. I understand this is a little like the "setup" section when creating an instance of the class and can be used to specify pin connections, but I was wondering if I should use it for other initialization as well.
See my most recent post about this here

Thanks for the info!