Skip to content

A utility library for Arduino that gives some easy methods for a potentiometer

License

Notifications You must be signed in to change notification settings

codejnki/slacker.potentiometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slacker.potentiometer

A utility library for Arduino that gives some easy methods for a potentiometer.

Installation and useage

To install this library just place the entire folder as a sub folder in to your library folder. You should just be able to clone this repo and begin using right away.

#include <potentiometer.h>

slacker::Potentiometer _pot(0); // use one of the analog in ports

// your awesome code goes here

Methods

ReadValue()

Returns the current reading from 0-1023.

About

A utility library for Arduino that gives some easy methods for a potentiometer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages