Newer
Older
Card9-Skyworks / software / auth / cardAuth.js
@王邈 王邈 on 11 Feb 2015 74 bytes 完成与门禁的通信
module.exports = function(fingerPrint, callback){
	callback(null, null);
}