noah1510 / LedController

An Arduino library for MAX7219 and MAX7221 Led display drivers
GNU Lesser General Public License v3.0
14 stars 5 forks source link

implement byteBlock as class #13

Closed noah1510 closed 3 years ago

noah1510 commented 4 years ago

byteBlock should be a class to allow it being a return type, reducing the need of C-style arguments (pointer to return location as argument).

noah1510 commented 3 years ago

the old functions will be removed in version 2.2.0