示例#1
0
def hd44780_set_flag(*args):
  return _hd44780.hd44780_set_flag(*args)
示例#2
0
文件: hd44780.py 项目: x2nie/pysimavr
def hd44780_set_flag(b, bit, val):
    return _hd44780.hd44780_set_flag(b, bit, val)
示例#3
0
def hd44780_set_flag(b, bit, val):
    return _hd44780.hd44780_set_flag(b, bit, val)