Skip to content

vives-projectwerk-2021/pulu-fake-moisture-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

mbed-fake-moisture-sensor

In this repository you find a library that will give you a random value that simulates the output of a moisture sensor.

Usage of library

Make instance of the class

To use this library you first need to make an instance of the class. You don't need to give extra information to the class.

Use the method moisture()

To get a value of the sensor you can just call the method moisture() on your instance. When you use the method moisture() you get a value with a type uint16_t with a range of 0 to 100.

Why this library

This library was made for the pulu project in the development phase.

About

(SIMULATION) fake class simulating a moisture sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages