One minor note and one, perhaps, larger note. Before all that, Eric, nicely done. Fully met my expectations.
1) I needed to add #include <Arduino.h> at the beginning of the SofwareServo.cpp file to get it to compile. Didn't see any notes to that effect and I wonder if it has to do with my environment settings, or something else. Despite MANY years of embedded development, I'm absolutely new to Arduino so for me the IDE is a double edged sword - I like that it makes things so simple, but when something isn't working, it hides a lot of what's going on under the hood.
2) I noticed that the Servo8Bit files don't match. That is, the header file refers to the class Servo8Bit, but the Servo8Bit.cpp file has the class named ServoSequencer. Might need to look at that.
Regards,
Roger