Commit Graph

895 Commits

Author SHA1 Message Date
David A. Mellis b8923cfeee Fixed bug that sometimes uploaded old code versions. Now showing "compiling..." and "burning bootloader" messages. Up'ed version to 0005. 2006-07-04 18:57:47 +00:00
David A. Mellis f636b93381 Updated readme. 2006-04-26 17:56:38 +00:00
David A. Mellis 27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00
David A. Mellis 79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +00:00
David A. Mellis 2fe450f74e Updated reference (w/ pulseIn, etc.) 2006-04-26 17:00:22 +00:00
David A. Mellis 53a6afd3f6 Cleaned up examples (new Serial lib, etc) 2006-04-26 16:57:14 +00:00
David A. Mellis 260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
David A. Mellis 9dbfe53224 Correcting typo and order in help menu. 2006-04-26 11:04:21 +00:00
David A. Mellis b0c2c1b4a4 Updated examples to use new serial library. 2006-04-25 13:52:05 +00:00
David A. Mellis 6d8544d613 Updated reference: including FAQ, environment, howto and new serial library API. 2006-04-14 11:55:06 +00:00
David A. Mellis d43594f1dc wiring.h include avr/io.h and WProgram.h include stdlib.h and string.h 2006-04-14 11:53:56 +00:00
David A. Mellis e751b61d4d Updating wiring firmware to version 0006. 2006-04-14 11:09:32 +00:00
David A. Mellis fb34821d84 Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
David A. Mellis 56c86b6f67 Readding Matrix examples. 2006-04-09 12:38:38 +00:00
David A. Mellis b4c2fc9d9f Removing matrix examples temporarily. 2006-04-09 12:37:55 +00:00
David A. Mellis c2f27f227d Adding examples and keyword files to Sprite and Matrix libs. 2006-04-09 12:35:08 +00:00
David A. Mellis 22d4202112 adding cygwin dll's to windows dist/ 2006-03-27 13:49:24 +00:00
David A. Mellis b5dde887ab Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch. 2006-03-26 22:16:55 +00:00
David A. Mellis 3ea01968d7 Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
David A. Mellis 2de016c367 Now including the FAQ (but no images) in the reference. 2006-03-26 19:10:48 +00:00
David A. Mellis 650c2752c8 Serial.println() now sends '\r', '\n' (instead of just '\n') 2006-03-26 12:13:01 +00:00
David A. Mellis c4c8c95474 Commented the pulseIn function. 2006-03-24 14:47:11 +00:00
David A. Mellis 4f80fe1489 Added pulseIn function to measure pulse durations. 2006-03-24 14:09:54 +00:00
David A. Mellis c6d860ef00 Adding new C++ Serial lib from Nick/Wiring, but modified to use avrlib's uart.c and uart.h as low-level functions. 2006-03-23 14:16:00 +00:00
David A. Mellis 25c9111c9c Added parallel port bootloader burning menu item. 2006-03-21 19:52:11 +00:00
David A. Mellis 4061d17578 2006-03-21 19:46:13 +00:00
David A. Mellis c6704296c1 Added menu item to burn bootloader, associated preferences, and hacked Uploader.java to be more flexible. 2006-03-21 19:17:31 +00:00
David A. Mellis 71b23a6318 Adjusting error messages of line numbers to account for prototypes added to top of sketch. 2006-03-21 11:08:26 +00:00
David A. Mellis ac79978ff5 Moved Matrix and Sprite libraries out of arduino/ core directory, as they were too big to link against every sketch. 2006-03-21 10:49:41 +00:00
David A. Mellis 5e5a546413 Adding libraries dir for libraries that will make the core too big for the ATmega8. 2006-03-21 10:31:53 +00:00
David A. Mellis a0a21caa22 Updated readme.txt and changed arduino.berlios.de links to www.arduino.cc 2006-03-21 00:19:51 +00:00
David A. Mellis 512b1a0a00 Now calling toString on exceptions when constructing RunnerException. 2006-03-21 00:18:51 +00:00
David A. Mellis 575f4a2a99 In Xcode project, specified input and output files for setup script to avoid unncessary unzipping of unchanged files. 2006-03-21 00:16:04 +00:00
David A. Mellis e511d887d4 Updated reference.zip. 2006-03-21 00:13:41 +00:00
David A. Mellis 787bb4762f Modified fetch.sh to grab reference from arduino.cc and to automatically create reference.zip. 2006-03-21 00:10:01 +00:00
David A. Mellis 518812a1e9 Now give error if code is too big for sketch; maximum size determined by upload.maximum_size preference. 2006-03-20 23:14:10 +00:00
David A. Mellis 74c0a80359 Added additional baud rates to serial monitor baud rate menu. 2006-03-20 23:12:47 +00:00
David A. Mellis 1c2b95f759 Fixed abs(), min(), max(), constrain() macros (were incorrectly parenthesized). 2006-03-20 22:43:25 +00:00
David A. Mellis 8d70cfe27b Trapping NumberFormatExceptionsgenerated by unusual error messages from the C compiler. 2006-02-25 16:50:29 +00:00
David A. Mellis 52820102f5 Updated to new avr tools (from Wiring). Moved run.bat from shared/ to windows/ 2006-02-25 16:18:50 +00:00
David A. Mellis aa9ed15849 Implemented PWM on pin 11; slowed PWM frequency on pins 9 and 10; documented changes in readme.txt. 2006-02-25 13:15:23 +00:00
David A. Mellis 18fc6d6875 Updating to C++, new Mac avr tools, Windows to be updated. 2006-02-24 15:52:58 +00:00
David A. Mellis c8711cd2fd printInteger() & co now take longs instead of ints. 2006-02-24 15:52:19 +00:00
David A. Mellis ea34315bc2 Adding Matrix, Sprite changed to 1 bit only (max 8x8). 2006-02-23 23:18:20 +00:00
David A. Mellis cb066a259d Adding preliminary Sprite library. 2006-02-23 12:01:57 +00:00
David A. Mellis 064ac44d8c Upped version number to 0004. 2006-02-12 18:09:41 +00:00
David A. Mellis c760d41fa6 Updated make.sh to grab run.bat and chmod it. 2006-02-12 16:57:15 +00:00
David A. Mellis 46d18917a3 Fixed java path in run.bat. 2006-02-12 16:19:52 +00:00
David A. Mellis ed68d9bb36 Moved shared/run.bat to windows/dist/run.bat. 2006-02-12 16:14:50 +00:00
David A. Mellis 69692082ed Deleting run.bat from windows/dist in preparation for moving shared/run.bat there. 2006-02-12 16:14:28 +00:00