File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ void loop() {
4848 delay (1000 );
4949 }
5050 else {
51- // Read the turntable, basic (-30-29. Clockwise = positive, faster = larger)
51+ // Read the turntable, basic (-30-29. Clockwise = positive, faster = larger). ~900 ticks per revolution.
5252 int turntable = dj.turntable ();
5353
5454 Serial.print (" The turntable is " );
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ namespace NintendoExtensionCtrl {
6868 Both,
6969 };
7070
71- int8_t turntable () const ; // 6 bits, -30-29. Clockwise = positive, faster = larger.
71+ int8_t turntable () const ; // 6 bits, -30-29. Clockwise = positive, faster = larger. ~900 ticks per revolution.
7272
7373 boolean buttonGreen () const ;
7474 boolean buttonRed () const ;
You can’t perform that action at this time.
0 commit comments