aaaaaaaaa

Dependencies:   QEI mbed

Fork of MainBoard2018_Auto_Master_A_new by Akihiro Nakabayashi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Rotaryencoder.h Source File

Rotaryencoder.h

00001 #ifndef ROTARYENCODER_H_
00002 #define ROTARYENCODER_H_
00003 
00004 namespace ROTARYENCODER {
00005     #define RT11_PIN    PB_0
00006     #define RT12_PIN    PA_4
00007     
00008     #define RT21_PIN    PC_2
00009     #define RT22_PIN    PA_1
00010 
00011     class Rot {
00012         public:
00013         static void Initialize();
00014     };
00015 }
00016 
00017 #endif