1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Adding debounce example; adding Max/MSP code to the communication examples.

This commit is contained in:
David A. Mellis
2007-06-20 21:58:14 +00:00
parent 91f22e2d96
commit ca84925df8
5 changed files with 332 additions and 0 deletions

View File

@@ -72,3 +72,20 @@ void draw()
port.write(mouseX);
}
*/
/* Max/MSP patch for this example
max v2;
#N vpatcher 10 59 610 459;
#P user uslider 286 66 18 128 255 1 0 0;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P message 212 192 32 196617 print;
#P newex 286 217 71 196617 serial a 9600;
#P window linecount 2;
#P comment 316 148 100 196617 Slide the fader to dim the LED;
#P comment 69 192 125 196617 Click here to get a list of serial ports;
#P fasten 4 0 2 0 291 215 291 215;
#P fasten 3 0 2 0 217 212 291 212;
#P pop;
*/