We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b87a64 commit 376855fCopy full SHA for 376855f
src/Stackchan_servo.h
@@ -6,6 +6,7 @@
6
// コンパイル時にServoEasing.hppをIncludeしてくださいという警告が出ますが、hppにすると二重定義のリンクエラーが出ます。
7
// その対処でStackchan_servo.hはh, Stackchan_servo.cppはhppをincludeしています。
8
#define SUPPRESS_HPP_WARNING
9
+#include <Ticker.h>
10
#include <ServoEasing.h>
11
#include <SCServo.h>
12
0 commit comments