clebert/r-pi-brick

View on GitHub
lib/serialport.js

Summary

Maintainability
A
1 hr
Test Coverage

Function SerialPort has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.SerialPort = function (timeout) {
    var serialPort = new SerialPort('/dev/ttyAMA0', {
        baudrate: 500000
    }, false);

Severity: Minor
Found in lib/serialport.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status