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 65eff6f commit ac79675Copy full SHA for ac79675
README.md
@@ -5,7 +5,7 @@ A simple PID controller library for Arduino
5
6
# Usage
7
```java
8
-include <PIDController.h>
+#include <PIDController.h>
9
PIDController pid;
10
```
11
@@ -16,7 +16,7 @@ Then create an instance of the class.
16
---
17
18
19
20
21
22
void setup () {
0 commit comments