Arduino library to control the TBS Mini sound unit (Benenidi or Dasmikro clon). This library wouldn't exist without the fantastic job of Open Panzer TCB and its OP_TBS class.
You can see in action in the arduino-panzer repository.
- Start/stop engine.
- Proportional sound engine.
- Up to 14 different sounds to play it individually.
- Volume up/down.
TBS Mini inputs are designed to work with servos and microsecond pulses, therefore it uses the arduino standard servo library to communicate with the unit. Also depends on the arduino-timer for sending control signals.