summaryrefslogtreecommitdiff
path: root/tests/unit_tests/testArduino/i2c_master.sci
blob: 2636185abc7342fe4b77c86a2031611bd302366b (plain)
1
2
3
4
5
6
7
8
9
function i2c_master()

  dev1 = cmd_i2c_dev(1);
  cmd_i2c_write(dev1,10);
  sleep(1000);
  cmd_i2c_write(dev1,9);
  sleep(1000);

endfunction