ソースを参照

Update Servo.cpp

Updated "servo.h" to "Servo.h"
Bernardo 9年前
コミット
e449659338
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/Servo.cpp

+ 1
- 1
Marlin/Servo.cpp ファイルの表示

@@ -48,7 +48,7 @@
48 48
 #include <avr/interrupt.h>
49 49
 #include <Arduino.h>
50 50
 
51
-#include "servo.h"
51
+#include "Servo.h"
52 52
 
53 53
 #define usToTicks(_us)    (( clockCyclesPerMicrosecond()* _us) / 8)     // converts microseconds to tick (assumes prescale of 8)  // 12 Aug 2009
54 54
 #define ticksToUs(_ticks) (( (unsigned)_ticks * 8)/ clockCyclesPerMicrosecond() ) // converts from ticks back to microseconds

読み込み中…
キャンセル
保存