RoboAide
Project to improve a DIY robotic arm used for mobility assistance
Functions | Variables
TwoKnobs.ino File Reference
#include <Encoder.h>

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

Encoder knobLeft (5, 6)
 
Encoder knobRight (7, 8)
 
long positionLeft = -999
 
long positionRight = -999
 

Function Documentation

void loop ( )

Definition at line 25 of file TwoKnobs.ino.

void setup ( )

Definition at line 17 of file TwoKnobs.ino.

Variable Documentation

Encoder knobLeft(5, 6)
Encoder knobRight(7, 8)
long positionLeft = -999

Definition at line 22 of file TwoKnobs.ino.

long positionRight = -999

Definition at line 23 of file TwoKnobs.ino.