Skip to content
Snippets Groups Projects
Commit e3ccce88 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Style cleanup

parent e6973d40
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env node
// Simple red/blue fade with Node and opc.js // Simple red/blue fade with Node and opc.js
var OPC = new require('./opc') var OPC = new require('./opc')
var client = new OPC('localhost', 7890); var client = new OPC('localhost', 7890);
var draw = function() function draw() {
{
var millis = new Date().getTime(); var millis = new Date().getTime();
for (var pixel = 0; pixel < 512; pixel++) for (var pixel = 0; pixel < 512; pixel++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment