Is your feature request related to a problem? Please describe.
The SpiSlaveSpecifier class is actually belonging to the adapter pattern. So the specifier is a bad name. It must confuse the customer.
Describe the solution you'd like
The SpiSlaveSpecifier should be renamed as SpiSlaveAdatper.
https://github.com/suikan4github/murasaki/blob/master/Inc/spislavespecifier.hpp
Is your feature request related to a problem? Please describe. The SpiSlaveSpecifier class is actually belonging to the adapter pattern. So the specifier is a bad name. It must confuse the customer.
Describe the solution you'd like The SpiSlaveSpecifier should be renamed as SpiSlaveAdatper.