Programmable-Air / Code

Arduino library for Programmable-Air
https://programmable-air.com
MIT License
48 stars 11 forks source link

Shift codebase to a more object oriented model? #9

Open tinkrmind opened 5 years ago

tinkrmind commented 5 years ago

Might it make more sense to shift to an object oriented model? The slave board can be a class in itself thus making it easy to add instances to add slave boards 1 and 2.

Would it make the library less understandable to novice coders who are not used to looking at classes?