Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MainBoard2018_Auto_Master_A by
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 Int { 00012 public: 00013 static void Initialize(); 00014 }; 00015 } 00016 00017 #endif
Generated on Tue Jul 12 2022 19:08:04 by
1.7.2
