All Projects → arduino → Reference En

arduino / Reference En

Licence: other
Editable source for the Arduino Reference

Programming Languages

language
365 projects

Projects that are alternatives of or similar to Reference En

yii2-manual-chm
Yii 2 Guide/API/Docs compiled in various formats
Stars: ✭ 63 (-35.05%)
Mutual labels:  docs, reference
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (+11.34%)
Mutual labels:  docs, reference
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (+167.01%)
Mutual labels:  docs, reference
Github Template Guidelines
Guidelines for building GitHub templates.
Stars: ✭ 137 (+41.24%)
Mutual labels:  docs, reference
Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (+195.88%)
Mutual labels:  docs, reference
Lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Stars: ✭ 92 (-5.15%)
Mutual labels:  arduino
Hellodrum Arduino Library
This is a library for making E-Drum with arduino.
Stars: ✭ 95 (-2.06%)
Mutual labels:  arduino
Mpvue Docs
mpvue docs
Stars: ✭ 91 (-6.19%)
Mutual labels:  docs
Sketchbook starter kit v2.0
Stars: ✭ 90 (-7.22%)
Mutual labels:  arduino
Esp32 soundrecorder
ESP32 Sound recorder with simple code in arduino-esp32. (I2S interface)
Stars: ✭ 96 (-1.03%)
Mutual labels:  arduino
Python Cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)
Stars: ✭ 1,334 (+1275.26%)
Mutual labels:  reference
Learn
👩‍🏫 Learn how to use RunwayML with tutorials, guides, and examples!
Stars: ✭ 95 (-2.06%)
Mutual labels:  docs
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-5.15%)
Mutual labels:  docs
Esp8266button
An IoT Button using an Adafruit Huzzah or SparkFun Thing, push button and IFTTT
Stars: ✭ 95 (-2.06%)
Mutual labels:  arduino
Nrf24 Esk8 Remote
A remote used to control an electric skateboard
Stars: ✭ 91 (-6.19%)
Mutual labels:  arduino
Easyddns
Easy to Use ESP8266 DDNS Update Client Library.
Stars: ✭ 96 (-1.03%)
Mutual labels:  arduino
Gatsby Documentation Starter
Automatically generate docs for React components using MDX, react-docgen, and GatsbyJS
Stars: ✭ 91 (-6.19%)
Mutual labels:  docs
Jyun Cms Doc
JYunCMS 用户手册
Stars: ✭ 94 (-3.09%)
Mutual labels:  docs
Exploring Arduino 1st Edition
Companion Code for the 1st Edition of "Exploring Arduino," the book by Jeremy Blum
Stars: ✭ 95 (-2.06%)
Mutual labels:  arduino
Arduinogameboy
Arduino based Game Boy cartridge reader and writer. It can dump ROM and RAM to SD card.
Stars: ✭ 93 (-4.12%)
Mutual labels:  arduino

= Reference-en

Reference-en is the repo for the Language Reference documentation of the Arduino syntax in English.
All the Reference terms files are in AsciiDoc format.

Thank you for taking the time to contribute to Arduino content, this is really helpful to the whole Arduino Community. If you want to learn more about how to contribute to this project, please check https://create.arduino.cc/projecthub/Arduino_Genuino/contribute-to-the-arduino-reference-af7c37[this step by step tutorial].

== Content Creation and Editing If you want to contribute new content, create a new file (with any text or code editor) and save it as .adoc.
Do not use parenthesis or any special character in the file name.
In https://raw.githubusercontent.com/arduino/reference-en/master/AsciiDoc_sample/AsciiDoc_Dictionary/AsciiDoc_Template-Dictionary.adoc[`reference-en/AsciiDoc_sample/AsciiDoc_Dictionary`] you will find an overview of the AsciiDoc syntax. This includes Titles, Text, Links, Images, Tables, Code and various embeds (video, slideshow, audio, and code). You can see it rendered https://www.arduino.cc/reference/en/asciidoc_sample/asciidoc_dictionary/asciidoc_template-dictionary/[here].

If you want to contribute to the Language Reference or edit existing content, you can find two templates in reference-en/AsciiDoc_sample/Reference_Terms:

Please note that every Reference file should include at least a Description, some Example Code, and links to other relevant info (See Also section).

If you need to add images to the Asciidoc please create a folder called attachments in the same directory as the Asciidoc file. Images can be saved in SVG and PNG format, max size 200KB.

== Contribute Content on Github If you are not familiar with Git you can contribute content directly on Github via their online interface. We put together a short Tutorial to show you how - https://create.arduino.cc/projecthub/Arduino_Genuino/contribute-to-the-arduino-reference-af7c37[CHECK IT OUT!]

link:https://help.github.com/articles/editing-files-in-another-user-s-repository/[You can also follow this guide] (written by the Github team) to learn how to edit an .adoc file and propose a file change to the Arduino team.
When suggesting a change, please follow the guidelines described in the Reference template files.

== Submitting a pull request We are glad you want to contribute to the Arduino Reference: that's the best way to help the community.

Your contribution is adding or modifying existing code or full descriptions, please always refer to an existing issue or open a new one before contributing.

=== Folder Structure [source]

reference-en ├─ AsciiDoc_sample │ ├── AsciiDoc_Dictionary │ │ ├── AsciiDoc_Template-Dictionary.adoc │ │ └── attachments │ └── Reference_Terms │ ├── AsciiDoc_Template-Parent_Of_Entities.adoc │ ├── AsciiDoc_Template-Single_Entity.adoc │ └── attachments ├── Language │ ├── Functions │ ├── Structure │ └── Variables ├── LICENCE.md └── README.adoc


Within the Language folder, the file tree follows the same structure as in the link:https://www.arduino.cc/reference/en[Arduino Reference webpage]

=== License

Please note that your contribution to the Arduino Reference is licensed under a Creative Commons Attribution-Share Alike 3.0 License. see https://creativecommons.org/licenses/by-sa/3.0/

image:https://i.creativecommons.org/l/by-sa/3.0/88x31.png[Creative Commons License, title="Creative Commons License"] This work is licensed under a link:https://creativecommons.org/licenses/by-sa/3.0/deed.en[Creative Commons Attribution-ShareAlike 3.0 Unported License].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].