1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

755 Commits

Author SHA1 Message Date
Tom Igoe
6b0e34540f 2009-06-30 19:30:48 +00:00
Tom Igoe
45918cf5ae 2009-06-30 15:15:48 +00:00
Tom Igoe
d58a4f8d8e Added Row-Column scanning example 2009-06-29 16:00:43 +00:00
Tom Igoe
046c6225dc Added Row-Column scanning example 2009-06-29 15:56:40 +00:00
Tom Igoe
f083d2964c Added Row-Column scanning example 2009-06-29 15:56:02 +00:00
Tom Igoe
61a400fd8a Added BarGraph example 2009-06-26 19:24:25 +00:00
Tom Igoe
9da0520376 Added BarGraph example 2009-06-26 19:19:05 +00:00
Tom Igoe
45e8a203fa Added new examples for 0016 update - tigoe 2009-06-25 19:07:09 +00:00
Tom Igoe
f4beacb22a Added new examples for 0016 update - tigoe 2009-06-25 19:05:04 +00:00
Tom Igoe
12cc34e9e0 Changed to pin 2 for consistency 2009-06-25 18:04:56 +00:00
Tom Igoe
e5a4e5c66c Changed to pin 2 for consistency 2009-06-25 12:18:27 +00:00
Tom Igoe
61caf0452e Edited comments 2009-06-25 09:27:12 +00:00
Tom Igoe
fc882af93e Edited comments 2009-06-24 22:05:56 +00:00
Tom Igoe
fab75af5c1 Moved to Control folder 2009-06-24 21:48:05 +00:00
Tom Igoe
5e4814c097 Corrected the style 2009-06-24 21:43:38 +00:00
Tom Igoe
061bd9cec2 Corrected the style 2009-06-24 21:41:15 +00:00
Tom Igoe
17df808b33 Corrected the style 2009-06-24 21:37:08 +00:00
Tom Igoe
27d05285b7 Added new stub code 2009-06-24 21:24:53 +00:00
Tom Igoe
12604b1fdc Added new button state change detection example 2009-06-24 21:21:17 +00:00
David A. Mellis
e9e928e03e Fixing indentation in twi.c. 2009-06-20 20:48:55 +00:00
David A. Mellis
6ba23bafe2 Fixing bug in Wire library that caused it to read and discard one extra byte when do a requestFrom() a slave device. Thanks to Christopher K. Johnson. 2009-06-20 20:43:24 +00:00
David A. Mellis
15cff82214 Removing unused preferences. Fixing upload when not deleting applet/ directory. Treating examples in the sketchbook/libraries folder as read-only. 2009-06-18 19:22:43 +00:00
David A. Mellis
bb9525ad24 Disabling the serial monitor during uploads. 2009-06-18 18:29:53 +00:00
Tom Igoe
46acf22fd4 2009-06-17 21:37:30 +00:00
Tom Igoe
5b1e23996a 2009-06-17 21:35:26 +00:00
Tom Igoe
f80d0fc7d2 2009-06-17 21:34:38 +00:00
Tom Igoe
75b312f9b3 2009-06-17 21:33:26 +00:00
Tom Igoe
f209bc5d23 2009-06-17 21:33:17 +00:00
Tom Igoe
18beef8ee7 2009-06-17 21:31:00 +00:00
Tom Igoe
83799e0938 2009-06-17 21:28:08 +00:00
Tom Igoe
7433ef3ea9 2009-06-17 21:26:32 +00:00
Tom Igoe
f886662ea0 2009-06-17 21:26:02 +00:00
Tom Igoe
ca651419c5 New examples for basic control structures 2009-06-17 21:24:05 +00:00
Tom Igoe
ee810e8aa7 2009-06-17 21:21:36 +00:00
Tom Igoe
79353b637d 2009-06-17 21:18:44 +00:00
Tom Igoe
0374c30460 2009-06-17 21:17:49 +00:00
Tom Igoe
75385f5ff5 2009-06-17 21:14:58 +00:00
David A. Mellis
250bce0f34 Adding keyboard shortcut (command or ctrl w) for closing the serial monitor window. 2009-06-16 20:21:39 +00:00
David A. Mellis
672ad5648e Allowing (and fixing) uploading of unsaved sketches. 2009-06-16 19:49:28 +00:00
David A. Mellis
3b09a2ad1d Fixing Client::connected() and Client::status() to return reasonable values when the Client isn't associated with a valid socket: issue #34. 2009-06-15 20:11:13 +00:00
David A. Mellis
051d8f2e4f Changing analog read channel mask from 0x07 to 0x0f to allow for reading of the temperature and other extended channels. 2009-06-15 19:40:47 +00:00
David A. Mellis
e88592771e Removing attempt to flush the incoming serial data when opening the port, since it didn't seem to work. 2009-06-13 21:28:46 +00:00
David A. Mellis
4b80afbca1 Going back to one serial monitor at a time, but closing it when you pick a new serial port from the Tools > Serial Port menu (and when you upload). 2009-06-13 21:28:15 +00:00
David A. Mellis
b81a8f0309 Now supporting multiple serial monitors open at once (one for each port). 2009-06-13 21:05:15 +00:00
David A. Mellis
678e09896f Moving serial error messages into the serial monitor (out of the editor). 2009-06-13 20:42:43 +00:00
David A. Mellis
a258042deb Adding a basic serial monitor. 2009-06-13 20:26:21 +00:00
David A. Mellis
950d0d4c00 Switching theme colors and images to the old Arduino blue ones. On the plus side, the new theme setup should make it easier to have different colors in different releases (i.e. improve the color scheme). 2009-06-13 13:43:48 +00:00
David A. Mellis
8823b5ba79 Ignoring lines of error messages with "In file included from" in them. 2009-06-13 12:31:54 +00:00
David A. Mellis
cdf0095e70 Modifying compilation for libraries:
- now compiled to their own sub-directory of the build directory
 - only can see #include's in their own utility/ folders
and the core (building core.a again).

Also changed the APIs of the compilation functions somewhat (e.g. execAsynchronously no longer returns anything; it just throws a RunnerException on any error).

Still need to better handle errors in #include files; right now, the error is interpreted as being at the line where the #include happens, not within the header file.
2009-06-13 11:41:16 +00:00
David A. Mellis
c3c44d8ee1 Updating Windows build scripts and launch4j config and copying over relevant files (avr tools, drivers, dll's) 2009-06-07 16:00:05 +00:00