Exemplo n.º 1
0
def sgm7_core_init(avr, b, digit_count):
    return _sgm7.sgm7_core_init(avr, b, digit_count)
Exemplo n.º 2
0
def sgm7_core_init(avr, b, digit_count):
    return _sgm7.sgm7_core_init(avr, b, digit_count)
Exemplo n.º 3
0
def sgm7_core_init(*args):
  return _sgm7.sgm7_core_init(*args)