Skip to content

Commit

Permalink
add references
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozo committed May 1, 2016
1 parent 78a56ca commit 2a69f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Arduino IDE [here](http://arduino.cc/en/Main/Software).
sudo ./arduino

Arduino IDE settings : Tools/Board `Arduino Nano` Tools/Processor `ATmega328` Tools/Programmer `Arduino as ISP`
Arduino [Language Reference](https://www.arduino.cc/en/Reference/HomePage)

#### Debug with Wireshark

Expand All @@ -24,6 +25,8 @@ Arduino IDE settings : Tools/Board `Arduino Nano` Tools/Processor `ATmega328` T

#### Control with Java

Official article, [Arduino and Java](http://playground.arduino.cc/Interfacing/Java)

sudo apt-get install librxtx-java
sudo usermod -a -G dialout $USER
sudo adduser $USER dialout
Expand Down

0 comments on commit 2a69f6c

Please sign in to comment.