!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/ !_TAG_PROGRAM_AUTHOR Universal Ctags Team // !_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/ !_TAG_PROGRAM_URL https://ctags.io/ /official site/ !_TAG_PROGRAM_VERSION 0.0.0 /75ba24d4/ 0 package.json /^ "raspberry",$/;" s array:keywords 1 package.json /^ "raspberrypi",$/;" s array:keywords 2 package.json /^ "pi",$/;" s array:keywords 3 package.json /^ "rpi",$/;" s array:keywords 4 package.json /^ "PCA9685",$/;" s array:keywords 5 package.json /^ "motor",$/;" s array:keywords 6 package.json /^ "servo", $/;" s array:keywords 7 package.json /^ "easybotics",$/;" s array:keywords 8 package.json /^ "node-red"$/;" s array:keywords AnonymousFunctionc75c97440100 PCA.js /^ this.pwm = new Pca9685Driver(options, function (err)$/;" f function:module.exports.PCAHandle AnonymousFunctionc75c97440200 PCA.js /^ this.on('close', function() $/;" c class:module.exports.PCAHandle AnonymousFunctionc75c97440300 PCA.js /^ node.on('input', function (msg)$/;" f AnonymousFunctiond91d9c100100 test.js /^ this.pwm = new Pca9685Driver(options, function (err)$/;" f function:PCADad AnonymousFunctiond91d9c100200 test.js /^setTimeout(function()$/;" f DCControl PCA.js /^function DCControl (pwm, in1, in2)$/;" c DCControl test.js /^function DCControl (pwm, in1, in2)$/;" c DCMotor PCA.js /^ function DCMotor (config)$/;" f function:module.exports PCA package.json /^ "PCA": "PCA.js"$/;" s object:node-red.nodes PCADad test.js /^function PCADad (config)$/;" c PCAHandle PCA.js /^ function PCAHandle (config)$/;" c class:module.exports Pca9685Driver PCA.js /^var Pca9685Driver = require("pca9685").Pca9685Driver;$/;" v Pca9685Driver test.js /^var Pca9685Driver = require("pca9685").Pca9685Driver;$/;" v address PCA.js /^ address: 0x6f, \/\/settable$/;" p class:module.exports.PCAHandle.options address test.js /^ address: 0x6f, \/\/settable$/;" p class:PCADad.options author package.json /^ "author": {$/;" o bugs package.json /^ "bugs": "https:\/\/github.com\/easybotics\/node-red-contrib-easybotics-pca9685\/issues",$/;" s comp test.js /^var comp = new PCADad ();$/;" v dc test.js /^var dc = new DCControl(13, 12, 11);$/;" v debug PCA.js /^ debug: false$/;" p class:module.exports.PCAHandle.options debug test.js /^ debug: false$/;" p class:PCADad.options dependencies package.json /^ "dependencies": {$/;" o description package.json /^ "description": "use a pca9685 to control brushed DC motors, servos, or stepper motors",$/;" s drive PCA.js /^ this.drive = function (speed, driver)$/;" m class:motor drive PCA.js /^ this.drive = function (time)$/;" m class:intraPol drive test.js /^ this.drive = function (speed, driver)$/;" m class:motor drive test.js /^ this.drive = function (time)$/;" m class:intraPol email package.json /^ "email": "keptan@protonmail.com",$/;" s object:author exports PCA.js /^module.exports = function (RED)$/;" f function:module frequency PCA.js /^ frequency: 1600, $/;" p class:module.exports.PCAHandle.options frequency test.js /^ frequency: 1600, $/;" p class:PCADad.options homepage package.json /^ "homepage": "https:\/\/github.com\/easybotics\/node-red-contrib-easybotics-pca9685",$/;" s i2c PCA.js /^ i2c: i2cBus.openSync(1), $/;" p class:module.exports.PCAHandle.options i2c test.js /^ i2c: i2cBus.openSync(1), $/;" p class:PCADad.options i2c-bus package.json /^ "i2c-bus" : "^4.0.10"$/;" s object:dependencies i2cBus PCA.js /^var i2cBus = require("i2c-bus");$/;" v i2cBus test.js /^var i2cBus = require("i2c-bus");$/;" v intraPol PCA.js /^function intraPol (min, max, current)$/;" c intraPol test.js /^function intraPol (min, max, current)$/;" c keywords package.json /^ "keywords": [$/;" a license package.json /^ "license": "GPL2",$/;" s main package.json /^ "main": "index.js",$/;" s motor PCA.js /^function motor (pwm, in1, in2)$/;" c motor test.js /^function motor (pwm, in1, in2)$/;" c move PCA.js /^ this.move = function(time, goal, duration)$/;" m class:intraPol move test.js /^ this.move = function(time, goal, duration)$/;" m class:intraPol name package.json /^ "name": "Ben",$/;" s object:author name package.json /^ "name": "node-red-contrib-easybotics-pca9685",$/;" s node-red package.json /^ "node-red": {$/;" o node-red-contrib-easybotics-pca9685 README.md /^# node-red-contrib-easybotics-pca9685$/;" c nodes package.json /^ "nodes": {$/;" o object:node-red normal PCA.js /^function normal (data, inMin, inMax, outMin, outMax)$/;" f normal test.js /^function normal (data, inMin, inMax, outMin, outMax)$/;" f options PCA.js /^ const options = $/;" c class:module.exports.PCAHandle options test.js /^ const options = $/;" c class:PCADad pca9685 package.json /^ "pca9685" : "^4.0.3",$/;" s object:dependencies register PCA.js /^ this.register = function (n)$/;" m class:module.exports.PCAHandle register test.js /^ this.register = function (p)$/;" m class:PCADad repository package.json /^ "repository": {$/;" o scripts package.json /^ "scripts": {$/;" o setSpeed PCA.js /^ this.setSpeed = function(speed, duration = 500)$/;" m class:DCControl setSpeed test.js /^ this.setSpeed = function(speed)$/;" m class:DCControl stop PCA.js /^ this.stop = function()$/;" m class:module.exports.PCAHandle test package.json /^ "test": "echo \\"Error: no test specified\\" && exit 1"$/;" s object:scripts type package.json /^ "type": "git",$/;" s object:repository unRegister test.js /^ this.unRegister = function (p)$/;" m class:PCADad update PCA.js /^ this.update = function (instant = false)$/;" m class:module.exports.PCAHandle update PCA.js /^ this.update = function (time, driver)$/;" m class:DCControl update test.js /^ this.update = function ()$/;" m class:PCADad update test.js /^ this.update = function (time, driver)$/;" m class:DCControl url package.json /^ "url": "https:\/\/github.com\/easybotics\/node-red-contrib-easybotics-pca9685"$/;" s object:repository url package.json /^ "url": "https:\/\/github.com\/keptan"$/;" s object:author version package.json /^ "version": "0.0.2",$/;" s