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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,11 @@ In order to compile a core which is implementing ArduinoCore-API you'll need to
77
77
tar --exclude='*.git*' -cjhvf$yourcore-$version.tar.bz2$yourcore/
78
78
```
79
79
80
+
Documentation for how to integrate with a Arduino core (which is necessary if you do not download the Arduino core via the Boards Manager) can be found here:
This open source code is maintained by Arduino with the help of the community. We invest a considerable amount of time in testing code, optimizing it and introducing new features. Please consider[donating](https://www.arduino.cc/en/donate/) or[sponsoring](https://github.com/sponsors/arduino) to support our work, as well as[buying original Arduino boards](https://store.arduino.cc) which is the best way to make sure our effort can continue in the long term.