OSDN Git Service

JSAPIのSerial,I2C,Memoryクラスを追加
authornyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Thu, 3 Jul 2014 11:24:24 +0000 (11:24 +0000)
committernyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Thu, 3 Jul 2014 11:24:24 +0000 (11:24 +0000)
commitb93316ee7685feacca9ecdaf6a6a0eaf4187c10d
treef128c063fc64c38ba9312ff29bebb7438ef686e1
parent1b05d1d04e9cf891703a199b335f0a9d145f89db
JSAPIのSerial,I2C,Memoryクラスを追加

git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@380 47198e57-cb75-475f-84c4-a814cd6f29e0
misc/mbedJS/mbddJS.API/make_mbedJS.bat
misc/mbedJS/mbddJS.API/mbedJS/MiMicCore.js
misc/mbedJS/mbddJS.API/mbedJS/mbed.I2C.js [new file with mode: 0644]
misc/mbedJS/mbddJS.API/mbedJS/mbed.I2CSlave.js [new file with mode: 0644]
misc/mbedJS/mbddJS.API/mbedJS/mbed.Memory.js
misc/mbedJS/mbddJS.API/mbedJS/mbed.Serial.js [new file with mode: 0644]
misc/mbedJS/mbddJS.API/test.BusInOut.html
misc/mbedJS/mbddJS.API/test.I2C.html [new file with mode: 0644]
misc/mbedJS/mbddJS.API/test.I2CSlave.html [new file with mode: 0644]
misc/mbedJS/mbddJS.API/test.MCU.html
misc/mbedJS/mbddJS.API/test.Serial.html [new file with mode: 0644]