Skip to content

Commit 6f64608

Browse files
committed
Added range numbers labels and multi channel.
1 parent b11301d commit 6f64608

File tree

8 files changed

+1145
-941
lines changed

8 files changed

+1145
-941
lines changed

Eclipse update site/WebContent/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>To use it with Arduino boards you only need:</h2>
5959
<h2>Before continuing Note that :</h2>
6060
<ul>
6161
<li>The latest version for Arduino IDE 1.X is 1.2.5.5. </li>
62-
<li>The latest version for Arduino IDE 1.5.X beta is 2.1.0.4 beta. </li>
62+
<li>The latest version for Arduino IDE 1.5.2 beta is 2.1.0.4 beta. (1.5.2 only!!)</li>
6363
<li>The plugin now works with the 32 and 64 bit versions of Juno and indigo but you are advised to use the 32 bit version.</li>
6464
<li>The current version works with cpp files only (no pde or ino out of
6565
the box). Therefore the plugin is not compatible with the IDE out of the box. Below

it.baeyens.arduino.common/src/it/baeyens/arduino/arduino/MessageConsumer.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
*/
3434
public interface MessageConsumer {
3535

36-
public void message(String s);
37-
36+
public void message(byte[] s);
37+
38+
public void event(String event);
39+
3840
public void dispose();
3941

4042
}

0 commit comments

Comments
 (0)