beep static method

List<int> beep()

Implementation

static List<int> beep() {
  return [0x1B, 0x42, 0x05, 0x09]; // Beep 5 veces, 9*50ms por beep
}