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

Go to the source code of this file.

Macros

#define REGTYPE   unsigned long
 

Functions

void setup ()
 
void loop ()
 

Variables

Encoder myEnc (5, 6)
 
const int outputPin = 12
 

Macro Definition Documentation

#define REGTYPE   unsigned long

Definition at line 96 of file SpeedTest.ino.

Function Documentation

void loop ( )

Definition at line 99 of file SpeedTest.ino.

void setup ( )

Definition at line 89 of file SpeedTest.ino.

Variable Documentation

Encoder myEnc(5, 6)
const int outputPin = 12

Definition at line 49 of file SpeedTest.ino.