🏠
🌡️ 📆 令和5年3月25日
戻る 進む

🗒️ キノマクリエイトのアナゴル-デジタル変換サンプルコード(JS6)

⇒#2209@研究ノート;

日時
関係者(共同研究者)

http://amenity.yz.yamagata-u.ac.jp/

キノマクリエイトアナゴル-デジタル変換サンプルコード(JS6)
Kinoma Tutorial - Getting Started with Analog


http://kinoma.co…

exports.pins = {
analog: { type: "Analog" }
};

exports.configure = function() {
this.analog.init();
}

exports.close = function() {
this.analog.close()
}

exports.read = function() {
return this.analog.read();
}

var Pins = require("pins");
Pins.configure({
analogSensor: {
require: "BLL-NAME-HERE", //"Analog" if using the built-in BLL
pins: {
analog: { pin: 54 }
}
}
}, success => {
if (success) {
Pins.repeat("/analogSensor/read", 20, result => {
// do something with result
});
}
});

器具・消耗品(履歴)
履歴ID概要
サンプル(履歴)
履歴ID概要
装置(履歴)
履歴ID概要

  1 375 🖱 テキスト画像変換

テキストは、文字コードの羅列です。 文字コードを 表示や印刷するには、フォントを使って画像にします。


QRコード
https://edu.yz.yamagata-u.ac.jp/developer/Asp/Youzan/Laboratory/LaboNote/@LaboNote.asp?id=2209


山形大学 データベースアメニティ研究所
〒992-8510 山形県米沢市城南4丁目3-16
3号館(物質化学工学科棟) 3-3301
准教授 伊藤智博
0238-26-3573
http://amenity.yz.yamagata-u.ac.jp/

Copyright ©1996- 2023 Databese Amenity Laboratory of Virtual Research Institute,  Yamagata University All Rights Reserved.