mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Create arduino.md
added Notes, Links, etc
This commit is contained in:
parent
8da4339f5c
commit
b3fdfc50e4
31
tools/arduino.md
Normal file
31
tools/arduino.md
Normal file
@ -0,0 +1,31 @@
|
||||
# Arduino
|
||||
|
||||
Notes
|
||||
-------
|
||||
The open-source Arduino environment makes it easy to write code and upload it to the i/o board.
|
||||
It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on [Processing](http://www.processing.org/), [avr-gcc](http://www.nongnu.org/avr-libc/), and other open source software.
|
||||
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
"This is a graphical tool"
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Links
|
||||
-------
|
||||
[Official site](http://www.arduino.cc/)
|
||||
|
||||
[Community Documentation](http://playground.arduino.cc/)
|
||||
|
||||
[Language Reference](http://arduino.cc/en/Reference/HomePage)
|
||||
|
||||
[Arduino GitHUb project](https://github.com/arduino/Arduino)
|
||||
Loading…
x
Reference in New Issue
Block a user