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