Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node_Temperature sensor

A small testmodule, purely for educational purposes, for myself to be honest, kinda educating myself

Installation

npm install @welltemperedfate/temp_sens_module

Usage

var temperature = require('@welltemperedfate/temp_sens_module');

var display = temperature();
display.OpenPort();
display.getTempData();
console.log(display);

Output should be 24 or whatever the temperature sensor is reading

Tests

npm test

Contributing

I made this for a small project for Vives hogeschool, so feel free to use, change,... the code.

About

Simple project to create a node module to read a temperature sensor from the serial port

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages