You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
25
25
26
26
### Using through Arduino IDE
27
27
28
-
###[Instructions for Windows](doc/windows.md)
28
+
#### [Instructions for Windows](doc/windows.md)
29
29
30
30
#### Instructions for Mac
31
31
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
@@ -58,6 +58,21 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
58
58
```
59
59
- Restart Arduino IDE
60
60
61
+
#### Instructions for Fedora
62
+
- Install the latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software). `$ sudo dnf -y install arduino` will most likely install an older release.
63
+
- Open Terminal and execute the following command (copy->paste and hit enter):
0 commit comments